Class: Aws::ElasticLoadBalancingV2::Types::RegisterTargetsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::RegisterTargetsInput
- Defined in:
- gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#target_group_arn ⇒ String
The Amazon Resource Name (ARN) of the target group.
-
#targets ⇒ Array<Types::TargetDescription>
The targets.
Instance Attribute Details
#target_group_arn ⇒ String
The Amazon Resource Name (ARN) of the target group.
3055 3056 3057 3058 3059 3060 |
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3055 class RegisterTargetsInput < Struct.new( :target_group_arn, :targets) SENSITIVE = [] include Aws::Structure end |
#targets ⇒ Array<Types::TargetDescription>
The targets.
3055 3056 3057 3058 3059 3060 |
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3055 class RegisterTargetsInput < Struct.new( :target_group_arn, :targets) SENSITIVE = [] include Aws::Structure end |