Class: Aws::ResourceGroups::Types::GetGroupQueryOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceGroups::Types::GetGroupQueryOutput
- Defined in:
- gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#group_query ⇒ Types::GroupQuery
The resource query associated with the specified group.
Instance Attribute Details
#group_query ⇒ Types::GroupQuery
The resource query associated with the specified group. For more information about resource queries, see Create a tag-based group in Resource Groups.
360 361 362 363 364 |
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 360 class GetGroupQueryOutput < Struct.new( :group_query) SENSITIVE = [] include Aws::Structure end |