Class: Aws::EC2::Types::TargetGroupsConfig

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 TargetGroupsConfig data as a hash:

{
  target_groups: [
    {
      arn: "String",
    },
  ],
}

Describes the target groups to attach to a Spot Fleet. Spot Fleet registers the running Spot Instances with these target groups.

Instance Attribute Summary collapse

Instance Attribute Details

#target_groupsArray<Types::TargetGroup>

One or more target groups.

Returns:



35411
35412
35413
35414
# File 'lib/aws-sdk-ec2/types.rb', line 35411

class TargetGroupsConfig < Struct.new(
  :target_groups)
  include Aws::Structure
end