Class: Aws::RDS::Types::RegisterDBProxyTargetsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::RegisterDBProxyTargetsRequest
- Defined in:
- gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb
Overview
Note:
When making an API call, you may pass RegisterDBProxyTargetsRequest data as a hash:
{
db_proxy_name: "String", # required
target_group_name: "String",
db_instance_identifiers: ["String"],
db_cluster_identifiers: ["String"],
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#db_cluster_identifiers ⇒ Array<String>
One or more DB cluster identifiers.
-
#db_instance_identifiers ⇒ Array<String>
One or more DB instance identifiers.
-
#db_proxy_name ⇒ String
The identifier of the
DBProxy
that is associated with theDBProxyTargetGroup
. -
#target_group_name ⇒ String
The identifier of the
DBProxyTargetGroup
.
Instance Attribute Details
#db_cluster_identifiers ⇒ Array<String>
One or more DB cluster identifiers.
18847 18848 18849 18850 18851 18852 18853 18854 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 18847 class RegisterDBProxyTargetsRequest < Struct.new( :db_proxy_name, :target_group_name, :db_instance_identifiers, :db_cluster_identifiers) SENSITIVE = [] include Aws::Structure end |
#db_instance_identifiers ⇒ Array<String>
One or more DB instance identifiers.
18847 18848 18849 18850 18851 18852 18853 18854 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 18847 class RegisterDBProxyTargetsRequest < Struct.new( :db_proxy_name, :target_group_name, :db_instance_identifiers, :db_cluster_identifiers) SENSITIVE = [] include Aws::Structure end |
#db_proxy_name ⇒ String
The identifier of the DBProxy
that is associated with the
DBProxyTargetGroup
.
18847 18848 18849 18850 18851 18852 18853 18854 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 18847 class RegisterDBProxyTargetsRequest < Struct.new( :db_proxy_name, :target_group_name, :db_instance_identifiers, :db_cluster_identifiers) SENSITIVE = [] include Aws::Structure end |
#target_group_name ⇒ String
The identifier of the DBProxyTargetGroup
.
18847 18848 18849 18850 18851 18852 18853 18854 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 18847 class RegisterDBProxyTargetsRequest < Struct.new( :db_proxy_name, :target_group_name, :db_instance_identifiers, :db_cluster_identifiers) SENSITIVE = [] include Aws::Structure end |