Class: Aws::Detective::Types::UpdateInvestigationStateRequest

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)


1873
1874
1875
1876
1877
1878
1879
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 1873

class UpdateInvestigationStateRequest < Struct.new(
  :graph_arn,
  :investigation_id,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#investigation_idString

The investigation ID of the investigation report.

Returns:

  • (String)


1873
1874
1875
1876
1877
1878
1879
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 1873

class UpdateInvestigationStateRequest < Struct.new(
  :graph_arn,
  :investigation_id,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The current state of the investigation. An archived investigation indicates you have completed reviewing the investigation.

Returns:

  • (String)


1873
1874
1875
1876
1877
1878
1879
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 1873

class UpdateInvestigationStateRequest < Struct.new(
  :graph_arn,
  :investigation_id,
  :state)
  SENSITIVE = []
  include Aws::Structure
end