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>)


1418
1419
1420
1421
1422
1423
# File 'lib/aws-sdk-secretsmanager/types.rb', line 1418

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)


1418
1419
1420
1421
1422
1423
# File 'lib/aws-sdk-secretsmanager/types.rb', line 1418

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