class
Amazonite::Iam::AccessKeyMetadata
- Amazonite::Iam::AccessKeyMetadata
- Reference
- Object
Overview
Contains information about an Amazon Web Services access key, without its secret key.
This data type is used as a response element in the ListAccessKeys operation.
Defined in:
iam/access_key_metadata.crConstructors
- .from_xml(node : XML::Node) : self
- .new(user_name : String | Nil = nil, access_key_id : String | Nil = nil, status : StatusType | Nil = nil, create_date : Time | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#access_key_id : String | Nil
The ID for this access key.
-
#access_key_id=(access_key_id : String | Nil)
The ID for this access key.
-
#create_date : Time | Nil
The date when the access key was created.
-
#create_date=(create_date : Time | Nil)
The date when the access key was created.
-
#hash(hasher)
See
Object#hash(hasher) -
#status : StatusType | Nil
The status of the access key.
-
#status=(status : StatusType | Nil)
The status of the access key.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
-
#user_name : String | Nil
The name of the IAM user that the key is associated with.
-
#user_name=(user_name : String | Nil)
The name of the IAM user that the key is associated with.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The status of the access key. Active means that the key is valid for API calls; Inactive
means it is not.
The status of the access key. Active means that the key is valid for API calls; Inactive
means it is not.
The name of the IAM user that the key is associated with.