Class: Aws::SecretsManager::Types::StopReplicationToReplicaRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#secret_idString

The name of the secret or the replica ARN. The replica ARN is the same as the original primary secret ARN expect the Region is changed to the replica Region.

Returns:

  • (String)


2266
2267
2268
2269
2270
# File 'lib/aws-sdk-secretsmanager/types.rb', line 2266

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