Class: Aws::EC2::Types::TargetGroup

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Note:

When making an API call, you may pass TargetGroup data as a hash:

{
  arn: "String",
}

Describes a load balancer target group.

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the target group.

Returns:

  • (String)


35667
35668
35669
35670
# File 'lib/aws-sdk-ec2/types.rb', line 35667

class TargetGroup < Struct.new(
  :arn)
  include Aws::Structure
end