Class: Aws::ElasticLoadBalancingV2::Types::ModifyTargetGroupOutput

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_groupsArray<Types::TargetGroup>

Information about the modified target group.

Returns:



3153
3154
3155
3156
3157
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3153

class ModifyTargetGroupOutput < Struct.new(
  :target_groups)
  SENSITIVE = []
  include Aws::Structure
end