Class: Aws::SecretsManager::Types::StopReplicationToReplicaResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-secretsmanager/lib/aws-sdk-secretsmanager/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the promoted secret. The ARN is the same as the original primary secret except the Region is changed.

Returns:

  • (String)


2069
2070
2071
2072
2073
# File 'gems/aws-sdk-secretsmanager/lib/aws-sdk-secretsmanager/types.rb', line 2069

class StopReplicationToReplicaResponse < Struct.new(
  :arn)
  SENSITIVE = []
  include Aws::Structure
end