Class: Aws::ResourceGroups::Types::ListGroupingStatusesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceGroups::Types::ListGroupingStatusesInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resourcegroups/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filters ⇒ Array<Types::ListGroupingStatusesFilter>
The filter name and value pair that is used to return more specific results from a list of resources.
-
#group ⇒ String
The application group identifier, expressed as an Amazon resource name (ARN) or the application group name.
-
#max_results ⇒ Integer
The maximum number of resources and their statuses returned in the response.
-
#next_token ⇒ String
The parameter for receiving additional results if you receive a ‘NextToken` response in a previous request.
Instance Attribute Details
#filters ⇒ Array<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 'lib/aws-sdk-resourcegroups/types.rb', line 1034 class ListGroupingStatusesInput < Struct.new( :group, :max_results, :filters, :next_token) SENSITIVE = [] include Aws::Structure end |
#group ⇒ String
The application group identifier, expressed as an Amazon resource name (ARN) or the application group name.
1034 1035 1036 1037 1038 1039 1040 1041 |
# File 'lib/aws-sdk-resourcegroups/types.rb', line 1034 class ListGroupingStatusesInput < Struct.new( :group, :max_results, :filters, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of resources and their statuses returned in the response.
1034 1035 1036 1037 1038 1039 1040 1041 |
# File 'lib/aws-sdk-resourcegroups/types.rb', line 1034 class ListGroupingStatusesInput < Struct.new( :group, :max_results, :filters, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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.
1034 1035 1036 1037 1038 1039 1040 1041 |
# File 'lib/aws-sdk-resourcegroups/types.rb', line 1034 class ListGroupingStatusesInput < Struct.new( :group, :max_results, :filters, :next_token) SENSITIVE = [] include Aws::Structure end |