Class: Aws::ElasticLoadBalancingV2::Types::ModifyTargetGroupAttributesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::ModifyTargetGroupAttributesInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticloadbalancingv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attributes ⇒ Array<Types::TargetGroupAttribute>
The target group attributes.
-
#target_group_arn ⇒ String
The Amazon Resource Name (ARN) of the target group.
Instance Attribute Details
#attributes ⇒ Array<Types::TargetGroupAttribute>
The target group attributes.
2896 2897 2898 2899 2900 2901 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 2896 class ModifyTargetGroupAttributesInput < Struct.new( :target_group_arn, :attributes) SENSITIVE = [] include Aws::Structure end |
#target_group_arn ⇒ String
The Amazon Resource Name (ARN) of the target group.
2896 2897 2898 2899 2900 2901 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 2896 class ModifyTargetGroupAttributesInput < Struct.new( :target_group_arn, :attributes) SENSITIVE = [] include Aws::Structure end |