Class: Aws::Detective::Types::GetInvestigationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Detective::Types::GetInvestigationRequest
- Defined in:
- gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#graph_arn ⇒ String
The Amazon Resource Name (ARN) of the behavior graph.
-
#investigation_id ⇒ String
The investigation ID of the investigation report.
Instance Attribute Details
#graph_arn ⇒ String
The Amazon Resource Name (ARN) of the behavior graph.
521 522 523 524 525 526 |
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 521 class GetInvestigationRequest < Struct.new( :graph_arn, :investigation_id) SENSITIVE = [] include Aws::Structure end |
#investigation_id ⇒ String
The investigation ID of the investigation report.
521 522 523 524 525 526 |
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 521 class GetInvestigationRequest < Struct.new( :graph_arn, :investigation_id) SENSITIVE = [] include Aws::Structure end |