class
Amazonite::SecretsManager::RemoveRegionsFromReplicationResponse
Included Modules
- JSON::Serializable
Defined in:
secrets_manager/remove_regions_from_replication_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(arn : String | Nil = nil, replication_status : Array(ReplicationStatusType) | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#arn : String | Nil
The ARN of the primary secret.
-
#arn=(arn : String | Nil)
The ARN of the primary secret.
-
#hash(hasher)
See
Object#hash(hasher) -
#replication_status : Array(ReplicationStatusType) | Nil
The status of replicas for this secret after you remove Regions.
-
#replication_status=(replication_status : Array(ReplicationStatusType) | Nil)
The status of replicas for this secret after you remove Regions.
- #validate! : Nil
Constructor Detail
def self.new(arn : String | Nil = nil, replication_status : Array(ReplicationStatusType) | Nil = nil)
#
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def replication_status : Array(ReplicationStatusType) | Nil
#
The status of replicas for this secret after you remove Regions.
def replication_status=(replication_status : Array(ReplicationStatusType) | Nil)
#
The status of replicas for this secret after you remove Regions.