class
Amazonite::Kms::CreateGrantResponse
- Amazonite::Kms::CreateGrantResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
kms/create_grant_response.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#grant_id : String | Nil
The unique identifier for the grant.
-
#grant_id=(grant_id : String | Nil)
The unique identifier for the grant.
-
#grant_token : String | Nil
The grant token.
-
#grant_token=(grant_token : String | Nil)
The grant token.
-
#hash(hasher)
See
Object#hash(hasher) - #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The unique identifier for the grant.
You can use the GrantId in a ListGrants, RetireGrant, or RevokeGrant operation.
The unique identifier for the grant.
You can use the GrantId in a ListGrants, RetireGrant, or RevokeGrant operation.
The grant token.
Use a grant token when your permission to call this operation comes from a new grant that has not yet achieved eventual consistency. For more information, see Grant token and Using a grant token in the Key Management Service Developer Guide.
The grant token.
Use a grant token when your permission to call this operation comes from a new grant that has not yet achieved eventual consistency. For more information, see Grant token and Using a grant token in the Key Management Service Developer Guide.