Class: Aws::ResourceGroups::Types::ListGroupingStatusesFilter

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb

Overview

A filter name and value pair that is used to obtain more specific results from the list of grouping statuses.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the filter. Filter names are case-sensitive.

Returns:

  • (String)


1002
1003
1004
1005
1006
1007
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 1002

class ListGroupingStatusesFilter < Struct.new(
  :name,
  :values)
  SENSITIVE = []
  include Aws::Structure
end

#valuesArray<String>

One or more filter values. Allowed filter values vary by resource filter name, and are case-sensitive.

Returns:

  • (Array<String>)


1002
1003
1004
1005
1006
1007
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 1002

class ListGroupingStatusesFilter < Struct.new(
  :name,
  :values)
  SENSITIVE = []
  include Aws::Structure
end