AWS SDK for .NET Documentation
IAMInfo Class
AmazonAmazon.EC2.UtilIAMInfo Did this page help you?   Yes   No    Tell us about it...
Returns information about the last time the instance profile was updated, including the instance's LastUpdated date, InstanceProfileArn, and InstanceProfileId.
Declaration Syntax
C#
public class IAMInfo
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
IAMInfo()()()()
Initializes a new instance of the IAMInfo class

Code
The status of the instance profile

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
InstanceProfileArn
The Amazon Resource Name (ARN) of the instance profile

InstanceProfileId
The Id of the instance profile

LastUpdated
The date and time the instance profile was updated

Message
Further information about the status of the instance profile

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
Inheritance Hierarchy
Object
IAMInfo

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)