Class: Aws::SecretsManager::Types::RemoveRegionsFromReplicationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecretsManager::Types::RemoveRegionsFromReplicationRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-secretsmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#remove_replica_regions ⇒ Array<String>
The Regions of the replicas to remove.
-
#secret_id ⇒ String
The ARN or name of the secret.
Instance Attribute Details
#remove_replica_regions ⇒ Array<String>
The Regions of the replicas to remove.
1496 1497 1498 1499 1500 1501 |
# File 'lib/aws-sdk-secretsmanager/types.rb', line 1496 class RemoveRegionsFromReplicationRequest < Struct.new( :secret_id, :remove_replica_regions) SENSITIVE = [] include Aws::Structure end |
#secret_id ⇒ String
The ARN or name of the secret.
1496 1497 1498 1499 1500 1501 |
# File 'lib/aws-sdk-secretsmanager/types.rb', line 1496 class RemoveRegionsFromReplicationRequest < Struct.new( :secret_id, :remove_replica_regions) SENSITIVE = [] include Aws::Structure end |