class Amazonite::Kms::ReplicateKeyResponse

Included Modules

Defined in:

kms/replicate_key_response.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(replica_key_metadata : KeyMetadata | Nil = nil, replica_policy : String | Nil = nil, replica_tags : Array(Tag) | Nil = nil) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def 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. It also includes the ARN and Amazon Web Services Region of its primary key and other replica keys.


[View source]
def 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. It also includes the ARN and Amazon Web Services Region of its primary key and other replica keys.


[View source]
def replica_policy : String | Nil #

The key policy of the new replica key. The value is a key policy document in JSON format.


[View source]
def replica_policy=(replica_policy : String | Nil) #

The key policy of the new replica key. The value is a key policy document in JSON format.


[View source]
def replica_tags : Array(Tag) | Nil #

The tags on the new replica key. The value is a list of tag key and tag value pairs.


[View source]
def replica_tags=(replica_tags : Array(Tag) | Nil) #

The tags on the new replica key. The value is a list of tag key and tag value pairs.


[View source]
def validate! : Nil #

[View source]