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
- Struct
- Aws::ResourceGroups::Types::GroupConfigurationItem
- Defined in:
- (unknown)
Overview
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
-
#parameters ⇒ Array<Types::GroupConfigurationParameter>
A collection of parameters for this group configuration item.
-
#type ⇒ String
Specifies the type of group configuration item.
Instance Attribute Details
#parameters ⇒ Array<Types::GroupConfigurationParameter>
A collection of parameters for this group configuration item.
#type ⇒ String
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.