Class: Aws::Detective::Types::InvestigationDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::Detective::Types::InvestigationDetail
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-detective/types.rb
Overview
Details about the investigation related to a potential security event identified by Detective.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_time ⇒ Time
The time stamp of the creation time of the investigation report.
-
#entity_arn ⇒ String
The unique Amazon Resource Name (ARN) of the IAM user and IAM role.
-
#entity_type ⇒ String
Type of entity.
-
#investigation_id ⇒ String
The investigation ID of the investigation report.
-
#severity ⇒ String
Severity based on the likelihood and impact of the indicators of compromise discovered in the investigation.
-
#state ⇒ String
The current state of the investigation.
-
#status ⇒ String
Status based on the completion status of the investigation.
Instance Attribute Details
#created_time ⇒ Time
The time stamp of the creation time of the investigation report. The value is an UTC ISO8601 formatted string. For example, ‘2021-08-18T16:35:56.284Z`.
836 837 838 839 840 841 842 843 844 845 846 |
# File 'lib/aws-sdk-detective/types.rb', line 836 class InvestigationDetail < Struct.new( :investigation_id, :severity, :status, :state, :created_time, :entity_arn, :entity_type) SENSITIVE = [] include Aws::Structure end |
#entity_arn ⇒ String
The unique Amazon Resource Name (ARN) of the IAM user and IAM role.
836 837 838 839 840 841 842 843 844 845 846 |
# File 'lib/aws-sdk-detective/types.rb', line 836 class InvestigationDetail < Struct.new( :investigation_id, :severity, :status, :state, :created_time, :entity_arn, :entity_type) SENSITIVE = [] include Aws::Structure end |
#entity_type ⇒ String
Type of entity. For example, Amazon Web Services accounts, such as IAM user and role.
836 837 838 839 840 841 842 843 844 845 846 |
# File 'lib/aws-sdk-detective/types.rb', line 836 class InvestigationDetail < Struct.new( :investigation_id, :severity, :status, :state, :created_time, :entity_arn, :entity_type) SENSITIVE = [] include Aws::Structure end |
#investigation_id ⇒ String
The investigation ID of the investigation report.
836 837 838 839 840 841 842 843 844 845 846 |
# File 'lib/aws-sdk-detective/types.rb', line 836 class InvestigationDetail < Struct.new( :investigation_id, :severity, :status, :state, :created_time, :entity_arn, :entity_type) SENSITIVE = [] include Aws::Structure end |
#severity ⇒ String
Severity based on the likelihood and impact of the indicators of compromise discovered in the investigation.
836 837 838 839 840 841 842 843 844 845 846 |
# File 'lib/aws-sdk-detective/types.rb', line 836 class InvestigationDetail < Struct.new( :investigation_id, :severity, :status, :state, :created_time, :entity_arn, :entity_type) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The current state of the investigation. An archived investigation indicates you have completed reviewing the investigation.
836 837 838 839 840 841 842 843 844 845 846 |
# File 'lib/aws-sdk-detective/types.rb', line 836 class InvestigationDetail < Struct.new( :investigation_id, :severity, :status, :state, :created_time, :entity_arn, :entity_type) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Status based on the completion status of the investigation.
836 837 838 839 840 841 842 843 844 845 846 |
# File 'lib/aws-sdk-detective/types.rb', line 836 class InvestigationDetail < Struct.new( :investigation_id, :severity, :status, :state, :created_time, :entity_arn, :entity_type) SENSITIVE = [] include Aws::Structure end |