class
Amazonite::SecretsManager::RemoveRegionsFromReplicationRequest
Included Modules
- JSON::Serializable
Defined in:
secrets_manager/remove_regions_from_replication_request.crConstructors
- .new(secret_id : String, remove_replica_regions : Array(String))
- .new(pull : JSON::PullParser)
- .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) -
#remove_replica_regions : Array(String)
The Regions of the replicas to remove.
-
#remove_replica_regions=(remove_replica_regions : Array(String))
The Regions of the replicas to remove.
-
#secret_id : String
The ARN or name of the secret.
-
#secret_id=(secret_id : String)
The ARN or name of the secret.
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def remove_replica_regions=(remove_replica_regions : Array(String))
#
The Regions of the replicas to remove.