Class: Aws::SecretsManager::Types::RemoveRegionsFromReplicationRequest

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

#remove_replica_regionsArray<String>

The Regions of the replicas to remove.

Returns:

  • (Array<String>)

1337
1338
1339
1340
1341
1342
# File 'lib/aws-sdk-secretsmanager/types.rb', line 1337

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

#secret_idString

The ARN or name of the secret.

Returns:

  • (String)

1337
1338
1339
1340
1341
1342
# File 'lib/aws-sdk-secretsmanager/types.rb', line 1337

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