The temporary security credentials (AccessKeyId, SecretAccessKey, SessionToken, and Expiration) associated with the IAM role.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class IAMSecurityCredential
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | IAMSecurityCredential()()()() | Initializes a new instance of the IAMSecurityCredential class | 
|  | AccessKeyId | 
            The uniqe id of the security credential
             | 
|  | Code | 
            The status of the security credential
             | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | Expiration | 
            The date and time when these credentials expire
             | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | LastUpdated | 
            The date and time the security credential was last updated
             | 
|  | Message | 
            Further information about the status of the instance profile
             | 
|  | SecretAccessKey | 
            The secret key used to sign requests
             | 
|  | Token | 
            The security token
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | Type | 
            The type of the security credential
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | IAMSecurityCredential |