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

Class: Aws::ResourceGroups::Types::GroupConfigurationItem

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

Overview

Note:

When passing GroupConfigurationItem as input to an Aws::Client method, you can use a vanilla Hash:

{
  type: "GroupConfigurationType", # required
  parameters: [
    {
      name: "GroupConfigurationParameterName", # required
      values: ["GroupConfigurationParameterValue"],
    },
  ],
}

An item in a group configuration. A group configuration can have one or more items.

Instance Attribute Summary collapse

Instance Attribute Details

#parametersArray<Types::GroupConfigurationParameter>

A collection of parameters for this group configuration item.

Returns:

#typeString

Specifies the type of group configuration item. Each item must have a unique value for type.

You can specify the following string values:

  • AWS::EC2::CapacityReservationPool

    For more information about EC2 capacity reservation groups, see Working with capacity reservation groups in the EC2 Users Guide.

  • AWS::ResourceGroups::Generic - Supports parameters that configure the behavior of resource groups of any type.

Returns:

  • (String)

    Specifies the type of group configuration item.