Class: Aws::AIOps::Types::ListInvestigationGroupsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::AIOps::Types::ListInvestigationGroupsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-aiops/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:next_token]
Instance Attribute Summary collapse
-
#investigation_groups ⇒ Array<Types::ListInvestigationGroupsModel>
An array of structures, where each structure contains the information about one investigation group in the account.
-
#next_token ⇒ String
Include this value in your next use of this operation to get the next set of service operations.
Instance Attribute Details
#investigation_groups ⇒ Array<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_token ⇒ String
Include this value in your next use of this operation to get the next set of service operations.
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 |