Class: Aws::AIOps::Types::ListInvestigationGroupsOutput

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

#investigation_groupsArray<Types::ListInvestigationGroupsModel>

An array of structures, where each structure contains the information about one investigation group in the account.



449
450
451
452
453
454
# File 'lib/aws-sdk-aiops/types.rb', line 449

class ListInvestigationGroupsOutput < Struct.new(
  :next_token,
  :investigation_groups)
  SENSITIVE = [:next_token]
  include Aws::Structure
end

#next_tokenString

Include this value in your next use of this operation to get the next set of service operations.

Returns:

  • (String)


449
450
451
452
453
454
# File 'lib/aws-sdk-aiops/types.rb', line 449

class ListInvestigationGroupsOutput < Struct.new(
  :next_token,
  :investigation_groups)
  SENSITIVE = [:next_token]
  include Aws::Structure
end