Class: Aws::SecretsManager::Types::StopReplicationToReplicaRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecretsManager::Types::StopReplicationToReplicaRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-secretsmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#secret_id ⇒ String
The name of the secret or the replica ARN.
Instance Attribute Details
#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.
2266 2267 2268 2269 2270 |
# File 'lib/aws-sdk-secretsmanager/types.rb', line 2266 class StopReplicationToReplicaRequest < Struct.new( :secret_id) SENSITIVE = [] include Aws::Structure end |