Class: Aws::AIOps::Types::ListInvestigationGroupsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::AIOps::Types::ListInvestigationGroupsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-aiops/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:next_token]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to return in one operation.
-
#next_token ⇒ String
Include this value, if it was returned by the previous operation, to get the next set of service operations.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return in one operation. If you omit this parameter, the default of 50 is used.
410 411 412 413 414 415 |
# File 'lib/aws-sdk-aiops/types.rb', line 410 class ListInvestigationGroupsInput < Struct.new( :next_token, :max_results) SENSITIVE = [:next_token] include Aws::Structure end |
#next_token ⇒ String
Include this value, if it was returned by the previous operation, to get the next set of service operations.
410 411 412 413 414 415 |
# File 'lib/aws-sdk-aiops/types.rb', line 410 class ListInvestigationGroupsInput < Struct.new( :next_token, :max_results) SENSITIVE = [:next_token] include Aws::Structure end |