Table of Contents

Class IAMInstanceProfileMetadata

Namespace
Amazon.Util
Assembly
AWSSDK.Core.dll

Returns information about the last time the instance profile was updated, including the instance's LastUpdated date, InstanceProfileArn, and InstanceProfileId.

public class IAMInstanceProfileMetadata
Inheritance
IAMInstanceProfileMetadata
Inherited Members

Constructors

IAMInstanceProfileMetadata()

public IAMInstanceProfileMetadata()

Properties

Code

The status of the instance profile

public string Code { get; set; }

Property Value

string

InstanceProfileArn

The Amazon Resource Name (ARN) of the instance profile

public string InstanceProfileArn { get; set; }

Property Value

string

InstanceProfileId

The Id of the instance profile

public string InstanceProfileId { get; set; }

Property Value

string

LastUpdated

The date and time the instance profile was updated

public DateTime LastUpdated { get; set; }

Property Value

DateTime

Message

Further information about the status of the instance profile

public string Message { get; set; }

Property Value

string