Class: Aws::ResourceGroups::Types::UpdateGroupQueryInput

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

#groupString

The name or the Amazon resource name (ARN) of the resource group to query.

Returns:

  • (String)


1987
1988
1989
1990
1991
1992
1993
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 1987

class UpdateGroupQueryInput < Struct.new(
  :group_name,
  :group,
  :resource_query)
  SENSITIVE = []
  include Aws::Structure
end

#group_nameString

Don't use this parameter. Use Group instead.

Returns:

  • (String)


1987
1988
1989
1990
1991
1992
1993
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 1987

class UpdateGroupQueryInput < Struct.new(
  :group_name,
  :group,
  :resource_query)
  SENSITIVE = []
  include Aws::Structure
end

#resource_queryTypes::ResourceQuery

The resource query to determine which Amazon Web Services resources are members of this resource group.

A resource group can contain either a Configuration or a ResourceQuery, but not both.



1987
1988
1989
1990
1991
1992
1993
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 1987

class UpdateGroupQueryInput < Struct.new(
  :group_name,
  :group,
  :resource_query)
  SENSITIVE = []
  include Aws::Structure
end