Class: Aws::Detective::Types::StartInvestigationRequest

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

#entity_arnString

The unique Amazon Resource Name (ARN) of the IAM user and IAM role.

Returns:

  • (String)


1617
1618
1619
1620
1621
1622
1623
1624
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 1617

class StartInvestigationRequest < Struct.new(
  :graph_arn,
  :entity_arn,
  :scope_start_time,
  :scope_end_time)
  SENSITIVE = []
  include Aws::Structure
end

#graph_arnString

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

Returns:

  • (String)


1617
1618
1619
1620
1621
1622
1623
1624
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 1617

class StartInvestigationRequest < Struct.new(
  :graph_arn,
  :entity_arn,
  :scope_start_time,
  :scope_end_time)
  SENSITIVE = []
  include Aws::Structure
end

#scope_end_timeTime

The data and time when the investigation ended. The value is an UTC ISO8601 formatted string. For example, 2021-08-18T16:35:56.284Z.

Returns:

  • (Time)


1617
1618
1619
1620
1621
1622
1623
1624
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 1617

class StartInvestigationRequest < Struct.new(
  :graph_arn,
  :entity_arn,
  :scope_start_time,
  :scope_end_time)
  SENSITIVE = []
  include Aws::Structure
end

#scope_start_timeTime

The data and time when the investigation began. The value is an UTC ISO8601 formatted string. For example, 2021-08-18T16:35:56.284Z.

Returns:

  • (Time)


1617
1618
1619
1620
1621
1622
1623
1624
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 1617

class StartInvestigationRequest < Struct.new(
  :graph_arn,
  :entity_arn,
  :scope_start_time,
  :scope_end_time)
  SENSITIVE = []
  include Aws::Structure
end