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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#parametersArray<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



470
471
472
473
474
475
# File 'lib/aws-sdk-resourcegroups/types.rb', line 470

class GroupConfigurationItem < Struct.new(
  :type,
  :parameters)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

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

Returns:

  • (String)


470
471
472
473
474
475
# File 'lib/aws-sdk-resourcegroups/types.rb', line 470

class GroupConfigurationItem < Struct.new(
  :type,
  :parameters)
  SENSITIVE = []
  include Aws::Structure
end