Class: Aws::ResourceGroups::Types::CreateGroupOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceGroups::Types::CreateGroupOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resourcegroups/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#group ⇒ Types::Group
The description of the resource group.
-
#group_configuration ⇒ Types::GroupConfiguration
The service configuration associated with the resource group.
-
#resource_query ⇒ Types::ResourceQuery
The resource query associated with the group.
-
#tags ⇒ Hash<String,String>
The tags associated with the group.
Instance Attribute Details
#group ⇒ Types::Group
The description of the resource group.
178 179 180 181 182 183 184 185 |
# File 'lib/aws-sdk-resourcegroups/types.rb', line 178 class CreateGroupOutput < Struct.new( :group, :resource_query, :tags, :group_configuration) SENSITIVE = [] include Aws::Structure end |
#group_configuration ⇒ Types::GroupConfiguration
The service configuration associated with the resource group. For details about the syntax of a service configuration, see [Service configurations for Resource Groups].
[1]: docs.aws.amazon.com/ARG/latest/APIReference/about-slg.html
178 179 180 181 182 183 184 185 |
# File 'lib/aws-sdk-resourcegroups/types.rb', line 178 class CreateGroupOutput < Struct.new( :group, :resource_query, :tags, :group_configuration) SENSITIVE = [] include Aws::Structure end |
#resource_query ⇒ Types::ResourceQuery
The resource query associated with the group. For more information about resource queries, see [Create a tag-based group in Resource Groups].
[1]: docs.aws.amazon.com/ARG/latest/userguide/gettingstarted-query.html#gettingstarted-query-cli-tag
178 179 180 181 182 183 184 185 |
# File 'lib/aws-sdk-resourcegroups/types.rb', line 178 class CreateGroupOutput < Struct.new( :group, :resource_query, :tags, :group_configuration) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags associated with the group.
178 179 180 181 182 183 184 185 |
# File 'lib/aws-sdk-resourcegroups/types.rb', line 178 class CreateGroupOutput < Struct.new( :group, :resource_query, :tags, :group_configuration) SENSITIVE = [] include Aws::Structure end |