Class: Aws::SsmSap::Types::ListOperationsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SsmSap::Types::ListOperationsInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmsap/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The ID of the application.
-
#filters ⇒ Array<Types::Filter>
The filters of an operation.
-
#max_results ⇒ Integer
The maximum number of results to return with a single call.
-
#next_token ⇒ String
The token for the next page of results.
Instance Attribute Details
#application_id ⇒ String
The ID of the application.
1034 1035 1036 1037 1038 1039 1040 1041 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 1034 class ListOperationsInput < Struct.new( :application_id, :max_results, :next_token, :filters) SENSITIVE = [] include Aws::Structure end |
#filters ⇒ Array<Types::Filter>
The filters of an operation.
1034 1035 1036 1037 1038 1039 1040 1041 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 1034 class ListOperationsInput < Struct.new( :application_id, :max_results, :next_token, :filters) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value. If you do not specify a value for MaxResults, the request returns 50 items per page by default.
1034 1035 1036 1037 1038 1039 1040 1041 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 1034 class ListOperationsInput < Struct.new( :application_id, :max_results, :next_token, :filters) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next page of results.
1034 1035 1036 1037 1038 1039 1040 1041 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 1034 class ListOperationsInput < Struct.new( :application_id, :max_results, :next_token, :filters) SENSITIVE = [] include Aws::Structure end |