Class: Aws::ElasticLoadBalancingV2::Types::CreateTargetGroupOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticloadbalancingv2/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 target group.

Returns:



898
899
900
901
902
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 898

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