Class: Aws::AIOps::Types::ListInvestigationGroupsModel

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

Overview

This structure contains information about one investigation group in the account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the investigation group.

Returns:

  • (String)


428
429
430
431
432
433
# File 'gems/aws-sdk-aiops/lib/aws-sdk-aiops/types.rb', line 428

class ListInvestigationGroupsModel < Struct.new(
  :arn,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the investigation group.

Returns:

  • (String)


428
429
430
431
432
433
# File 'gems/aws-sdk-aiops/lib/aws-sdk-aiops/types.rb', line 428

class ListInvestigationGroupsModel < Struct.new(
  :arn,
  :name)
  SENSITIVE = []
  include Aws::Structure
end