class Amazonite::Kms::MultiRegionKey

Overview

Describes the primary or replica key in a multi-Region key.

Included Modules

Defined in:

kms/multi_region_key.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(arn : String | Nil = nil, region : String | 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 arn : String | Nil #

Displays the key ARN of a primary or replica key of a multi-Region key.


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

Displays the key ARN of a primary or replica key of a multi-Region key.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def region : String | Nil #

Displays the Amazon Web Services Region of a primary or replica key in a multi-Region key.


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

Displays the Amazon Web Services Region of a primary or replica key in a multi-Region key.


[View source]
def validate! : Nil #

[View source]