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

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

Overview

Note:

When making an API call, you may pass StopReplicationToReplicaRequest data as a hash:

{
  secret_id: "SecretIdType", # required
}

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#secret_idString

Response to ‘StopReplicationToReplica` of a secret, based on the `SecretId`.

Returns:

  • (String)


2015
2016
2017
2018
2019
# File 'lib/aws-sdk-secretsmanager/types.rb', line 2015

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