You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DeregisterDBProxyTargetsRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  db_proxy_name: "String", # required
  target_group_name: "String",
  db_instance_identifiers: ["String"],
  db_cluster_identifiers: ["String"],
}

Instance Attribute Summary collapse

Instance Attribute Details

#db_cluster_identifiersArray<String>

One or more DB cluster identifiers.

Returns:

  • (Array<String>)

    One or more DB cluster identifiers.

#db_instance_identifiersArray<String>

One or more DB instance identifiers.

Returns:

  • (Array<String>)

    One or more DB instance identifiers.

#db_proxy_nameString

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

Returns:

  • (String)

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

#target_group_nameString

The identifier of the DBProxyTargetGroup.

Returns:

  • (String)

    The identifier of the DBProxyTargetGroup.