Class: Aws::RDS::Types::RegisterDBProxyTargetsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#db_cluster_identifiersArray<String>

One or more DB cluster identifiers.

Returns:

  • (Array<String>)


21592
21593
21594
21595
21596
21597
21598
21599
# File 'lib/aws-sdk-rds/types.rb', line 21592

class RegisterDBProxyTargetsRequest < Struct.new(
  :db_proxy_name,
  :target_group_name,
  :db_instance_identifiers,
  :db_cluster_identifiers)
  SENSITIVE = []
  include Aws::Structure
end

#db_instance_identifiersArray<String>

One or more DB instance identifiers.

Returns:

  • (Array<String>)


21592
21593
21594
21595
21596
21597
21598
21599
# File 'lib/aws-sdk-rds/types.rb', line 21592

class RegisterDBProxyTargetsRequest < Struct.new(
  :db_proxy_name,
  :target_group_name,
  :db_instance_identifiers,
  :db_cluster_identifiers)
  SENSITIVE = []
  include Aws::Structure
end

#db_proxy_nameString

The identifier of the ‘DBProxy` that is associated with the `DBProxyTargetGroup`.

Returns:

  • (String)


21592
21593
21594
21595
21596
21597
21598
21599
# File 'lib/aws-sdk-rds/types.rb', line 21592

class RegisterDBProxyTargetsRequest < Struct.new(
  :db_proxy_name,
  :target_group_name,
  :db_instance_identifiers,
  :db_cluster_identifiers)
  SENSITIVE = []
  include Aws::Structure
end

#target_group_nameString

The identifier of the ‘DBProxyTargetGroup`.

Returns:

  • (String)


21592
21593
21594
21595
21596
21597
21598
21599
# File 'lib/aws-sdk-rds/types.rb', line 21592

class RegisterDBProxyTargetsRequest < Struct.new(
  :db_proxy_name,
  :target_group_name,
  :db_instance_identifiers,
  :db_cluster_identifiers)
  SENSITIVE = []
  include Aws::Structure
end