class
Amazonite::Kms::GetParametersForImportResponse
- Amazonite::Kms::GetParametersForImportResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
kms/get_parameters_for_import_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(key_id : String | Nil = nil, import_token : Bytes | Nil = nil, public_key : Bytes | Nil = nil, parameters_valid_to : Time | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#import_token : Bytes | Nil
The import token to send in a subsequent ImportKeyMaterial request.
-
#import_token=(import_token : Bytes | Nil)
The import token to send in a subsequent ImportKeyMaterial request.
-
#key_id : String | Nil
The Amazon Resource Name (key ARN) of the KMS key to use in a subsequent ImportKeyMaterial request.
-
#key_id=(key_id : String | Nil)
The Amazon Resource Name (key ARN) of the KMS key to use in a subsequent ImportKeyMaterial request.
-
#parameters_valid_to : Time | Nil
The time at which the import token and public key are no longer valid.
-
#parameters_valid_to=(parameters_valid_to : Time | Nil)
The time at which the import token and public key are no longer valid.
-
#public_key : Bytes | Nil
The public key to use to encrypt the key material before importing it with ImportKeyMaterial.
-
#public_key=(public_key : Bytes | Nil)
The public key to use to encrypt the key material before importing it with ImportKeyMaterial.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The import token to send in a subsequent ImportKeyMaterial request.
The import token to send in a subsequent ImportKeyMaterial request.
The Amazon Resource Name (key
ARN) of the
KMS key to use in a subsequent ImportKeyMaterial request. This is the same KMS key specified in
the GetParametersForImport request.
The Amazon Resource Name (key
ARN) of the
KMS key to use in a subsequent ImportKeyMaterial request. This is the same KMS key specified in
the GetParametersForImport request.
The time at which the import token and public key are no longer valid. After this time, you
cannot use them to make an ImportKeyMaterial request and you must send another
GetParametersForImport request to get new ones.
The time at which the import token and public key are no longer valid. After this time, you
cannot use them to make an ImportKeyMaterial request and you must send another
GetParametersForImport request to get new ones.
The public key to use to encrypt the key material before importing it with ImportKeyMaterial.
The public key to use to encrypt the key material before importing it with ImportKeyMaterial.