Table of Contents

Class IAMSecurityCredentialMetadata

Namespace
Amazon.Util
Assembly
AWSSDK.Core.dll

The temporary security credentials (AccessKeyId, SecretAccessKey, SessionToken, and Expiration) associated with the IAM role.

public class IAMSecurityCredentialMetadata
Inheritance
IAMSecurityCredentialMetadata
Inherited Members

Constructors

IAMSecurityCredentialMetadata()

public IAMSecurityCredentialMetadata()

Properties

AccessKeyId

The uniqe id of the security credential

public string AccessKeyId { get; set; }

Property Value

string

Code

The status of the security credential

public string Code { get; set; }

Property Value

string

Expiration

The date and time when these credentials expire

public DateTime Expiration { get; set; }

Property Value

DateTime

LastUpdated

The date and time the security credential was last 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

SecretAccessKey

The secret key used to sign requests

public string SecretAccessKey { get; set; }

Property Value

string

Token

The security token

public string Token { get; set; }

Property Value

string

Type

The type of the security credential

public string Type { get; set; }

Property Value

string