class
Amazonite::SecretsManager::StopReplicationToReplicaRequest
- Amazonite::SecretsManager::StopReplicationToReplicaRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
secrets_manager/stop_replication_to_replica_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(secret_id : String)
- .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) -
#secret_id : String
The name of the secret or the replica ARN.
-
#secret_id=(secret_id : String)
The name of the secret or the replica ARN.
- #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 secret_id : String
#
The name of the secret or the replica ARN. The replica ARN is the same as the original primary secret ARN expect the Region is changed to the replica Region.
def secret_id=(secret_id : String)
#
The name of the secret or the replica ARN. The replica ARN is the same as the original primary secret ARN expect the Region is changed to the replica Region.