class
Amazonite::Kms::GetKeyPolicyResponse
- Amazonite::Kms::GetKeyPolicyResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
kms/get_key_policy_response.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#policy : String | Nil
A key policy document in JSON format.
-
#policy=(policy : String | Nil)
A key policy document in JSON format.
-
#policy_name : String | Nil
The name of the key policy.
-
#policy_name=(policy_name : String | Nil)
The name of the key policy.
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def policy_name=(policy_name : String | Nil)
#
The name of the key policy. The only valid value is default.