class Amazonite::SecretsManager::RemoveRegionsFromReplicationRequest

Included Modules

Defined in:

secrets_manager/remove_regions_from_replication_request.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(secret_id : String, remove_replica_regions : Array(String)) #

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

[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 remove_replica_regions : Array(String) #

The Regions of the replicas to remove.


[View source]
def remove_replica_regions=(remove_replica_regions : Array(String)) #

The Regions of the replicas to remove.


[View source]
def secret_id : String #

The ARN or name of the secret.


[View source]
def secret_id=(secret_id : String) #

The ARN or name of the secret.


[View source]
def validate! : Nil #

[View source]