class
Amazonite::SecretsManager::StopReplicationToReplicaResponse
- Amazonite::SecretsManager::StopReplicationToReplicaResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
secrets_manager/stop_replication_to_replica_response.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#arn : String | Nil
The ARN of the promoted secret.
-
#arn=(arn : String | Nil)
The ARN of the promoted secret.
-
#hash(hasher)
See
Object#hash(hasher) - #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 arn : String | Nil
#
The ARN of the promoted secret. The ARN is the same as the original primary secret except the Region is changed.
def arn=(arn : String | Nil)
#
The ARN of the promoted secret. The ARN is the same as the original primary secret except the Region is changed.