Class: Aws::Detective::Types::StartInvestigationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Detective::Types::StartInvestigationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-detective/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#entity_arn ⇒ String
The unique Amazon Resource Name (ARN) of the IAM user and IAM role.
-
#graph_arn ⇒ String
The Amazon Resource Name (ARN) of the behavior graph.
-
#scope_end_time ⇒ Time
The data and time when the investigation ended.
-
#scope_start_time ⇒ Time
The data and time when the investigation began.
Instance Attribute Details
#entity_arn ⇒ String
The unique Amazon Resource Name (ARN) of the IAM user and IAM role.
1617 1618 1619 1620 1621 1622 1623 1624 |
# File '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_arn ⇒ String
The Amazon Resource Name (ARN) of the behavior graph.
1617 1618 1619 1620 1621 1622 1623 1624 |
# File '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_time ⇒ Time
The data and time when the investigation ended. The value is an UTC ISO8601 formatted string. For example, ‘2021-08-18T16:35:56.284Z`.
1617 1618 1619 1620 1621 1622 1623 1624 |
# File '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_time ⇒ Time
The data and time when the investigation began. The value is an UTC ISO8601 formatted string. For example, ‘2021-08-18T16:35:56.284Z`.
1617 1618 1619 1620 1621 1622 1623 1624 |
# File '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 |