Class: Aws::ElasticLoadBalancingV2::Types::DeregisterTargetsInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#target_group_arnString

The Amazon Resource Name (ARN) of the target group.

Returns:

  • (String)


1056
1057
1058
1059
1060
1061
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1056

class DeregisterTargetsInput < Struct.new(
  :target_group_arn,
  :targets)
  SENSITIVE = []
  include Aws::Structure
end

#targetsArray<Types::TargetDescription>

The targets. If you specified a port override when you registered a target, you must specify both the target ID and the port when you deregister it.

Returns:



1056
1057
1058
1059
1060
1061
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1056

class DeregisterTargetsInput < Struct.new(
  :target_group_arn,
  :targets)
  SENSITIVE = []
  include Aws::Structure
end