class Aws::ElasticLoadBalancingV2::Types::DeregisterTargetsInput
@note When making an API call, you may pass DeregisterTargetsInput
data as a hash: { target_group_arn: "TargetGroupArn", # required targets: [ # required { id: "TargetId", # required port: 1, availability_zone: "ZoneName", }, ], }
@!attribute [rw] target_group_arn
The Amazon Resource Name (ARN) of the target group. @return [String]
@!attribute [rw] targets
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. @return [Array<Types::TargetDescription>]
@see docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/DeregisterTargetsInput AWS API Documentation
Constants
- SENSITIVE