Class IAMInstanceProfileMetadata
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
InstanceProfileArn
The Amazon Resource Name (ARN) of the instance profile
public string InstanceProfileArn { get; set; }
  Property Value
InstanceProfileId
The Id of the instance profile
public string InstanceProfileId { get; set; }
  Property Value
LastUpdated
The date and time the instance profile was updated
public DateTime LastUpdated { get; set; }
  Property Value
Message
Further information about the status of the instance profile
public string Message { get; set; }