Class: Aws::Detective::Types::GetInvestigationRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#graph_arnString

The Amazon Resource Name (ARN) of the behavior graph.

Returns:

  • (String)


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_idString

The investigation ID of the investigation report.

Returns:

  • (String)


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