You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing TargetGroupsConfig as input to an Aws::Client method, you can use a vanilla 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.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#target_groupsArray<Types::TargetGroup>

One or more target groups.

Returns: