AWS SDK for .NET Documentation
IAMSecurityCredential Class
AmazonAmazon.EC2.UtilIAMSecurityCredential Did this page help you?   Yes   No    Tell us about it...
The temporary security credentials (AccessKeyId, SecretAccessKey, SessionToken, and Expiration) associated with the IAM role.
Declaration Syntax
C#
public class IAMSecurityCredential
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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)
Determines whether the specified Object is equal to the current 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
Object
IAMSecurityCredential

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