com.amazonaws.util
Class EC2MetadataUtils.IAMSecurityCredential
java.lang.Object
com.amazonaws.util.EC2MetadataUtils.IAMSecurityCredential
- Enclosing class:
- EC2MetadataUtils
public static class EC2MetadataUtils.IAMSecurityCredential
- extends Object
The temporary security credentials (AccessKeyId, SecretAccessKey,
SessionToken, and Expiration)
associated with the IAM role.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
code
public String code
message
public String message
lastUpdated
public String lastUpdated
type
public String type
accessKeyId
public String accessKeyId
secretAccessKey
public String secretAccessKey
token
public String token
expiration
public String expiration
secretAcessKey
@Deprecated
public String secretAcessKey
- Deprecated. because it is spelled incorrectly
- See Also:
accessKeyId
EC2MetadataUtils.IAMSecurityCredential
public EC2MetadataUtils.IAMSecurityCredential()
Copyright © 2016. All rights reserved.