Class: Aws::ResourceGroups::Types::UpdateGroupQueryOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceGroups::Types::UpdateGroupQueryOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resourcegroups/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#group_query ⇒ Types::GroupQuery
The updated resource query associated with the resource group after the update.
Instance Attribute Details
#group_query ⇒ Types::GroupQuery
The updated resource query associated with the resource group after the update.
1999 2000 2001 2002 2003 |
# File 'lib/aws-sdk-resourcegroups/types.rb', line 1999 class UpdateGroupQueryOutput < Struct.new( :group_query) SENSITIVE = [] include Aws::Structure end |