Class: Aws::GuardDuty::Types::InvestigationSummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-guardduty/types.rb

Overview

Contains summary information about a GuardDuty investigation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The Amazon Web Services account ID associated with the investigation.

Returns:

  • (String)


7103
7104
7105
7106
7107
7108
7109
7110
7111
7112
7113
7114
7115
# File 'lib/aws-sdk-guardduty/types.rb', line 7103

class InvestigationSummary < Struct.new(
  :investigation_id,
  :status,
  :trigger_prompt,
  :risk_level,
  :confidence,
  :title,
  :account_id,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#confidenceString

The confidence level of the investigation’s assessment.

Returns:

  • (String)


7103
7104
7105
7106
7107
7108
7109
7110
7111
7112
7113
7114
7115
# File 'lib/aws-sdk-guardduty/types.rb', line 7103

class InvestigationSummary < Struct.new(
  :investigation_id,
  :status,
  :trigger_prompt,
  :risk_level,
  :confidence,
  :title,
  :account_id,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#end_timeTime

The timestamp at which the investigation completed.

Returns:

  • (Time)


7103
7104
7105
7106
7107
7108
7109
7110
7111
7112
7113
7114
7115
# File 'lib/aws-sdk-guardduty/types.rb', line 7103

class InvestigationSummary < Struct.new(
  :investigation_id,
  :status,
  :trigger_prompt,
  :risk_level,
  :confidence,
  :title,
  :account_id,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#investigation_idString

The unique identifier of the investigation.

Returns:

  • (String)


7103
7104
7105
7106
7107
7108
7109
7110
7111
7112
7113
7114
7115
# File 'lib/aws-sdk-guardduty/types.rb', line 7103

class InvestigationSummary < Struct.new(
  :investigation_id,
  :status,
  :trigger_prompt,
  :risk_level,
  :confidence,
  :title,
  :account_id,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#risk_levelString

The assessed risk level of the investigated threat.

Returns:

  • (String)


7103
7104
7105
7106
7107
7108
7109
7110
7111
7112
7113
7114
7115
# File 'lib/aws-sdk-guardduty/types.rb', line 7103

class InvestigationSummary < Struct.new(
  :investigation_id,
  :status,
  :trigger_prompt,
  :risk_level,
  :confidence,
  :title,
  :account_id,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

The timestamp at which the investigation started.

Returns:

  • (Time)


7103
7104
7105
7106
7107
7108
7109
7110
7111
7112
7113
7114
7115
# File 'lib/aws-sdk-guardduty/types.rb', line 7103

class InvestigationSummary < Struct.new(
  :investigation_id,
  :status,
  :trigger_prompt,
  :risk_level,
  :confidence,
  :title,
  :account_id,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the investigation.

Returns:

  • (String)


7103
7104
7105
7106
7107
7108
7109
7110
7111
7112
7113
7114
7115
# File 'lib/aws-sdk-guardduty/types.rb', line 7103

class InvestigationSummary < Struct.new(
  :investigation_id,
  :status,
  :trigger_prompt,
  :risk_level,
  :confidence,
  :title,
  :account_id,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#titleString

A short title summarizing the investigation.

Returns:

  • (String)


7103
7104
7105
7106
7107
7108
7109
7110
7111
7112
7113
7114
7115
# File 'lib/aws-sdk-guardduty/types.rb', line 7103

class InvestigationSummary < Struct.new(
  :investigation_id,
  :status,
  :trigger_prompt,
  :risk_level,
  :confidence,
  :title,
  :account_id,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#trigger_promptString

The natural-language prompt that initiated this investigation.

Returns:

  • (String)


7103
7104
7105
7106
7107
7108
7109
7110
7111
7112
7113
7114
7115
# File 'lib/aws-sdk-guardduty/types.rb', line 7103

class InvestigationSummary < Struct.new(
  :investigation_id,
  :status,
  :trigger_prompt,
  :risk_level,
  :confidence,
  :title,
  :account_id,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end