Class: Aws::ResourceGroups::Types::CreateGroupOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#groupTypes::Group

The description of the resource group.

Returns:



147
148
149
150
151
152
153
154
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 147

class CreateGroupOutput < Struct.new(
  :group,
  :resource_query,
  :tags,
  :group_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#group_configurationTypes::GroupConfiguration

The service configuration associated with the resource group. For details about the syntax of a service configuration, see Service configurations for Resource Groups.



147
148
149
150
151
152
153
154
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 147

class CreateGroupOutput < Struct.new(
  :group,
  :resource_query,
  :tags,
  :group_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#resource_queryTypes::ResourceQuery

The resource query associated with the group. For more information about resource queries, see Create a tag-based group in Resource Groups.



147
148
149
150
151
152
153
154
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 147

class CreateGroupOutput < Struct.new(
  :group,
  :resource_query,
  :tags,
  :group_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags associated with the group.

Returns:

  • (Hash<String,String>)


147
148
149
150
151
152
153
154
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 147

class CreateGroupOutput < Struct.new(
  :group,
  :resource_query,
  :tags,
  :group_configuration)
  SENSITIVE = []
  include Aws::Structure
end