Class: Aws::AIOps::Types::ListInvestigationGroupsInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-aiops/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:next_token]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of results to return in one operation. If you omit this parameter, the default of 50 is used.

Returns:

  • (Integer)


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_tokenString

Include this value, if it was returned by the previous operation, to get the next set of service operations.

Returns:

  • (String)


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