class
Amazonite::Kms::RotateKeyOnDemandResponse
- Amazonite::Kms::RotateKeyOnDemandResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
kms/rotate_key_on_demand_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(key_id : String | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#key_id : String | Nil
Identifies the symmetric encryption KMS key that you initiated on-demand rotation on.
-
#key_id=(key_id : String | Nil)
Identifies the symmetric encryption KMS key that you initiated on-demand rotation on.
- #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 key_id : String | Nil
#
Identifies the symmetric encryption KMS key that you initiated on-demand rotation on.
def key_id=(key_id : String | Nil)
#
Identifies the symmetric encryption KMS key that you initiated on-demand rotation on.