Class: Aws::ResourceGroups::Types::UpdateGroupQueryOutput

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

#group_queryTypes::GroupQuery

The updated resource query associated with the resource group after the update.

Returns:



1470
1471
1472
1473
1474
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 1470

class UpdateGroupQueryOutput < Struct.new(
  :group_query)
  SENSITIVE = []
  include Aws::Structure
end