Class: Aws::SecretsManager::Types::StopReplicationToReplicaResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecretsManager::Types::StopReplicationToReplicaResponse
- Defined in:
- gems/aws-sdk-secretsmanager/lib/aws-sdk-secretsmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the promoted secret.
Instance Attribute Details
#arn ⇒ String
The ARN of the promoted secret. The ARN is the same as the original primary secret except the Region is changed.
2121 2122 2123 2124 2125 |
# File 'gems/aws-sdk-secretsmanager/lib/aws-sdk-secretsmanager/types.rb', line 2121 class StopReplicationToReplicaResponse < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |