class
Amazonite::Kms::ImportKeyMaterialResponse
- Amazonite::Kms::ImportKeyMaterialResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
kms/import_key_material_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(key_id : String | Nil = nil, key_material_id : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#key_id : String | Nil
The Amazon Resource Name (key ARN) of the KMS key into which key material was imported.
-
#key_id=(key_id : String | Nil)
The Amazon Resource Name (key ARN) of the KMS key into which key material was imported.
-
#key_material_id : String | Nil
Identifies the imported key material.
-
#key_material_id=(key_material_id : String | Nil)
Identifies the imported key material.
- #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
#
The Amazon Resource Name (key ARN) of the KMS key into which key material was imported.
def key_id=(key_id : String | Nil)
#
The Amazon Resource Name (key ARN) of the KMS key into which key material was imported.