Class: Aws::SecretsManager::Types::RemoveRegionsFromReplicationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecretsManager::Types::RemoveRegionsFromReplicationResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-secretsmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the primary secret.
-
#replication_status ⇒ Array<Types::ReplicationStatusType>
The status of replicas for this secret after you remove Regions.
Instance Attribute Details
#arn ⇒ String
The ARN of the primary secret.
1513 1514 1515 1516 1517 1518 |
# File 'lib/aws-sdk-secretsmanager/types.rb', line 1513 class RemoveRegionsFromReplicationResponse < Struct.new( :arn, :replication_status) SENSITIVE = [] include Aws::Structure end |
#replication_status ⇒ Array<Types::ReplicationStatusType>
The status of replicas for this secret after you remove Regions.
1513 1514 1515 1516 1517 1518 |
# File 'lib/aws-sdk-secretsmanager/types.rb', line 1513 class RemoveRegionsFromReplicationResponse < Struct.new( :arn, :replication_status) SENSITIVE = [] include Aws::Structure end |