Class: Aws::SecretsManager::Types::ReplicateSecretToRegionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecretsManager::Types::ReplicateSecretToRegionsResponse
- 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 replication.
Instance Attribute Details
#arn ⇒ String
The ARN of the primary secret.
1580 1581 1582 1583 1584 1585 |
# File 'lib/aws-sdk-secretsmanager/types.rb', line 1580 class ReplicateSecretToRegionsResponse < Struct.new( :arn, :replication_status) SENSITIVE = [] include Aws::Structure end |
#replication_status ⇒ Array<Types::ReplicationStatusType>
The status of replication.
1580 1581 1582 1583 1584 1585 |
# File 'lib/aws-sdk-secretsmanager/types.rb', line 1580 class ReplicateSecretToRegionsResponse < Struct.new( :arn, :replication_status) SENSITIVE = [] include Aws::Structure end |