Class URIBasedRefreshingCredentialHelper.SecurityCredentials
- Namespace
- Amazon.Runtime
- Assembly
- AWSSDK.Core.dll
protected class URIBasedRefreshingCredentialHelper.SecurityCredentials : URIBasedRefreshingCredentialHelper.SecurityBase
- Inheritance
-
URIBasedRefreshingCredentialHelper.SecurityCredentials
- Inherited Members
-
Constructors
SecurityCredentials()
public SecurityCredentials()
Properties
AccessKeyId
public string AccessKeyId { get; set; }
Property Value
- string
Expiration
public DateTime Expiration { get; set; }
Property Value
- DateTime
RoleArn
public string RoleArn { get; set; }
Property Value
- string
SecretAccessKey
public string SecretAccessKey { get; set; }
Property Value
- string
Token
public string Token { get; set; }
Property Value
- string
Type
public string Type { get; set; }
Property Value
- string