Class: Aws::AIOps::Types::GetInvestigationGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AIOps::Types::GetInvestigationGroupRequest
- Defined in:
- gems/aws-sdk-aiops/lib/aws-sdk-aiops/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identifier ⇒ String
Specify either the name or the ARN of the investigation group that you want to view.
Instance Attribute Details
#identifier ⇒ String
Specify either the name or the ARN of the investigation group that you want to view. This is used to set the name of the investigation group.
287 288 289 290 291 |
# File 'gems/aws-sdk-aiops/lib/aws-sdk-aiops/types.rb', line 287 class GetInvestigationGroupRequest < Struct.new( :identifier) SENSITIVE = [] include Aws::Structure end |