Class: Aws::AIOps::Types::ListInvestigationGroupsModel
- Inherits:
-
Struct
- Object
- Struct
- Aws::AIOps::Types::ListInvestigationGroupsModel
- 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
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the investigation group.
-
#name ⇒ String
The name of the investigation group.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the investigation group.
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 |
#name ⇒ String
The name of the investigation group.
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 |