Class: Aws::RDS::Types::DeregisterDBProxyTargetsRequest

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


11648
11649
11650
11651
11652
11653
11654
11655
# File 'lib/aws-sdk-rds/types.rb', line 11648

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


11648
11649
11650
11651
11652
11653
11654
11655
# File 'lib/aws-sdk-rds/types.rb', line 11648

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


11648
11649
11650
11651
11652
11653
11654
11655
# File 'lib/aws-sdk-rds/types.rb', line 11648

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


11648
11649
11650
11651
11652
11653
11654
11655
# File 'lib/aws-sdk-rds/types.rb', line 11648

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