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)


1083
1084
1085
1086
1087
1088
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1083

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:



1083
1084
1085
1086
1087
1088
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1083

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