Class: Aws::ResourceGroups::Types::ListGroupingStatusesInput

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

#filtersArray<Types::ListGroupingStatusesFilter>

The filter name and value pair that is used to return more specific results from a list of resources.



1034
1035
1036
1037
1038
1039
1040
1041
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 1034

class ListGroupingStatusesInput < Struct.new(
  :group,
  :max_results,
  :filters,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#groupString

The application group identifier, expressed as an Amazon resource name (ARN) or the application group name.

Returns:

  • (String)


1034
1035
1036
1037
1038
1039
1040
1041
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 1034

class ListGroupingStatusesInput < Struct.new(
  :group,
  :max_results,
  :filters,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of resources and their statuses returned in the response.

Returns:

  • (Integer)


1034
1035
1036
1037
1038
1039
1040
1041
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 1034

class ListGroupingStatusesInput < Struct.new(
  :group,
  :max_results,
  :filters,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value provided by a previous call's NextToken response to indicate where the output should continue from.

Returns:

  • (String)


1034
1035
1036
1037
1038
1039
1040
1041
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 1034

class ListGroupingStatusesInput < Struct.new(
  :group,
  :max_results,
  :filters,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end