class
Amazonite::Kms::ReplicateKeyResponse
- Amazonite::Kms::ReplicateKeyResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
kms/replicate_key_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(replica_key_metadata : KeyMetadata | Nil = nil, replica_policy : String | Nil = nil, replica_tags : Array(Tag) | 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) -
#replica_key_metadata : KeyMetadata | Nil
Displays details about the new replica key, including its Amazon Resource Name (key ARN) and Key states of KMS keys.
-
#replica_key_metadata=(replica_key_metadata : KeyMetadata | Nil)
Displays details about the new replica key, including its Amazon Resource Name (key ARN) and Key states of KMS keys.
-
#replica_policy : String | Nil
The key policy of the new replica key.
-
#replica_policy=(replica_policy : String | Nil)
The key policy of the new replica key.
-
#replica_tags : Array(Tag) | Nil
The tags on the new replica key.
-
#replica_tags=(replica_tags : Array(Tag) | Nil)
The tags on the new replica key.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Displays details about the new replica key, including its Amazon Resource Name (key ARN) and Key states of KMS keys. It also includes the ARN and Amazon Web Services Region of its primary key and other replica keys.
Displays details about the new replica key, including its Amazon Resource Name (key ARN) and Key states of KMS keys. It also includes the ARN and Amazon Web Services Region of its primary key and other replica keys.
The key policy of the new replica key. The value is a key policy document in JSON format.
The key policy of the new replica key. The value is a key policy document in JSON format.
The tags on the new replica key. The value is a list of tag key and tag value pairs.
The tags on the new replica key. The value is a list of tag key and tag value pairs.