Class: Aws::ResourceGroups::Types::GroupConfigurationItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceGroups::Types::GroupConfigurationItem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resourcegroups/types.rb
Overview
An item in a group configuration. A group service configuration can have one or more items. For details about group service configuration syntax, see [Service configurations for resource groups].
[1]: docs.aws.amazon.com/ARG/latest/APIReference/about-slg.html
Constant Summary collapse
- SENSITIVE =
[]
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. For the list of parameters that you can use with each configuration item type, see [Supported resource types and parameters].
[1]: docs.aws.amazon.com/ARG/latest/APIReference/about-slg.html#about-slg-types
615 616 617 618 619 620 |
# File 'lib/aws-sdk-resourcegroups/types.rb', line 615 class GroupConfigurationItem < Struct.new( :type, :parameters) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
Specifies the type of group configuration item. Each item must have a unique value for ‘type`. For the list of types that you can specify for a configuration item, see [Supported resource types and parameters].
[1]: docs.aws.amazon.com/ARG/latest/APIReference/about-slg.html#about-slg-types
615 616 617 618 619 620 |
# File 'lib/aws-sdk-resourcegroups/types.rb', line 615 class GroupConfigurationItem < Struct.new( :type, :parameters) SENSITIVE = [] include Aws::Structure end |