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

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

Overview

Describes a load balancer target group.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

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

Returns:

  • (String)


63787
63788
63789
63790
63791
# File 'lib/aws-sdk-ec2/types.rb', line 63787

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