Class: Aws::GuardDuty::Types::Service

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

Overview

Contains additional information about the generated finding.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionTypes::Action

Information about the activity that is described in a finding.

Returns:



7185
7186
7187
7188
7189
7190
7191
7192
7193
7194
7195
7196
7197
7198
7199
7200
7201
7202
7203
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7185

class Service < Struct.new(
  :action,
  :evidence,
  :archived,
  :count,
  :detector_id,
  :event_first_seen,
  :event_last_seen,
  :resource_role,
  :service_name,
  :user_feedback,
  :additional_info,
  :feature_name,
  :ebs_volume_scan_details,
  :runtime_details,
  :detection)
  SENSITIVE = []
  include Aws::Structure
end

#additional_infoTypes::ServiceAdditionalInfo

Contains additional information about the generated finding.



7185
7186
7187
7188
7189
7190
7191
7192
7193
7194
7195
7196
7197
7198
7199
7200
7201
7202
7203
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7185

class Service < Struct.new(
  :action,
  :evidence,
  :archived,
  :count,
  :detector_id,
  :event_first_seen,
  :event_last_seen,
  :resource_role,
  :service_name,
  :user_feedback,
  :additional_info,
  :feature_name,
  :ebs_volume_scan_details,
  :runtime_details,
  :detection)
  SENSITIVE = []
  include Aws::Structure
end

#archivedBoolean

Indicates whether this finding is archived.

Returns:

  • (Boolean)


7185
7186
7187
7188
7189
7190
7191
7192
7193
7194
7195
7196
7197
7198
7199
7200
7201
7202
7203
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7185

class Service < Struct.new(
  :action,
  :evidence,
  :archived,
  :count,
  :detector_id,
  :event_first_seen,
  :event_last_seen,
  :resource_role,
  :service_name,
  :user_feedback,
  :additional_info,
  :feature_name,
  :ebs_volume_scan_details,
  :runtime_details,
  :detection)
  SENSITIVE = []
  include Aws::Structure
end

#countInteger

The total count of the occurrences of this finding type.

Returns:

  • (Integer)


7185
7186
7187
7188
7189
7190
7191
7192
7193
7194
7195
7196
7197
7198
7199
7200
7201
7202
7203
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7185

class Service < Struct.new(
  :action,
  :evidence,
  :archived,
  :count,
  :detector_id,
  :event_first_seen,
  :event_last_seen,
  :resource_role,
  :service_name,
  :user_feedback,
  :additional_info,
  :feature_name,
  :ebs_volume_scan_details,
  :runtime_details,
  :detection)
  SENSITIVE = []
  include Aws::Structure
end

#detectionTypes::Detection

Contains information about the detected unusual behavior.

Returns:



7185
7186
7187
7188
7189
7190
7191
7192
7193
7194
7195
7196
7197
7198
7199
7200
7201
7202
7203
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7185

class Service < Struct.new(
  :action,
  :evidence,
  :archived,
  :count,
  :detector_id,
  :event_first_seen,
  :event_last_seen,
  :resource_role,
  :service_name,
  :user_feedback,
  :additional_info,
  :feature_name,
  :ebs_volume_scan_details,
  :runtime_details,
  :detection)
  SENSITIVE = []
  include Aws::Structure
end

#detector_idString

The detector ID for the GuardDuty service.

Returns:

  • (String)


7185
7186
7187
7188
7189
7190
7191
7192
7193
7194
7195
7196
7197
7198
7199
7200
7201
7202
7203
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7185

class Service < Struct.new(
  :action,
  :evidence,
  :archived,
  :count,
  :detector_id,
  :event_first_seen,
  :event_last_seen,
  :resource_role,
  :service_name,
  :user_feedback,
  :additional_info,
  :feature_name,
  :ebs_volume_scan_details,
  :runtime_details,
  :detection)
  SENSITIVE = []
  include Aws::Structure
end

#ebs_volume_scan_detailsTypes::EbsVolumeScanDetails

Returns details from the malware scan that created a finding.



7185
7186
7187
7188
7189
7190
7191
7192
7193
7194
7195
7196
7197
7198
7199
7200
7201
7202
7203
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7185

class Service < Struct.new(
  :action,
  :evidence,
  :archived,
  :count,
  :detector_id,
  :event_first_seen,
  :event_last_seen,
  :resource_role,
  :service_name,
  :user_feedback,
  :additional_info,
  :feature_name,
  :ebs_volume_scan_details,
  :runtime_details,
  :detection)
  SENSITIVE = []
  include Aws::Structure
end

#event_first_seenString

The first-seen timestamp of the activity that prompted GuardDuty to generate this finding.

Returns:

  • (String)


7185
7186
7187
7188
7189
7190
7191
7192
7193
7194
7195
7196
7197
7198
7199
7200
7201
7202
7203
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7185

class Service < Struct.new(
  :action,
  :evidence,
  :archived,
  :count,
  :detector_id,
  :event_first_seen,
  :event_last_seen,
  :resource_role,
  :service_name,
  :user_feedback,
  :additional_info,
  :feature_name,
  :ebs_volume_scan_details,
  :runtime_details,
  :detection)
  SENSITIVE = []
  include Aws::Structure
end

#event_last_seenString

The last-seen timestamp of the activity that prompted GuardDuty to generate this finding.

Returns:

  • (String)


7185
7186
7187
7188
7189
7190
7191
7192
7193
7194
7195
7196
7197
7198
7199
7200
7201
7202
7203
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7185

class Service < Struct.new(
  :action,
  :evidence,
  :archived,
  :count,
  :detector_id,
  :event_first_seen,
  :event_last_seen,
  :resource_role,
  :service_name,
  :user_feedback,
  :additional_info,
  :feature_name,
  :ebs_volume_scan_details,
  :runtime_details,
  :detection)
  SENSITIVE = []
  include Aws::Structure
end

#evidenceTypes::Evidence

An evidence object associated with the service.

Returns:



7185
7186
7187
7188
7189
7190
7191
7192
7193
7194
7195
7196
7197
7198
7199
7200
7201
7202
7203
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7185

class Service < Struct.new(
  :action,
  :evidence,
  :archived,
  :count,
  :detector_id,
  :event_first_seen,
  :event_last_seen,
  :resource_role,
  :service_name,
  :user_feedback,
  :additional_info,
  :feature_name,
  :ebs_volume_scan_details,
  :runtime_details,
  :detection)
  SENSITIVE = []
  include Aws::Structure
end

#feature_nameString

The name of the feature that generated a finding.

Returns:

  • (String)


7185
7186
7187
7188
7189
7190
7191
7192
7193
7194
7195
7196
7197
7198
7199
7200
7201
7202
7203
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7185

class Service < Struct.new(
  :action,
  :evidence,
  :archived,
  :count,
  :detector_id,
  :event_first_seen,
  :event_last_seen,
  :resource_role,
  :service_name,
  :user_feedback,
  :additional_info,
  :feature_name,
  :ebs_volume_scan_details,
  :runtime_details,
  :detection)
  SENSITIVE = []
  include Aws::Structure
end

#resource_roleString

The resource role information for this finding.

Returns:

  • (String)


7185
7186
7187
7188
7189
7190
7191
7192
7193
7194
7195
7196
7197
7198
7199
7200
7201
7202
7203
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7185

class Service < Struct.new(
  :action,
  :evidence,
  :archived,
  :count,
  :detector_id,
  :event_first_seen,
  :event_last_seen,
  :resource_role,
  :service_name,
  :user_feedback,
  :additional_info,
  :feature_name,
  :ebs_volume_scan_details,
  :runtime_details,
  :detection)
  SENSITIVE = []
  include Aws::Structure
end

#runtime_detailsTypes::RuntimeDetails

Information about the process and any required context values for a specific finding



7185
7186
7187
7188
7189
7190
7191
7192
7193
7194
7195
7196
7197
7198
7199
7200
7201
7202
7203
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7185

class Service < Struct.new(
  :action,
  :evidence,
  :archived,
  :count,
  :detector_id,
  :event_first_seen,
  :event_last_seen,
  :resource_role,
  :service_name,
  :user_feedback,
  :additional_info,
  :feature_name,
  :ebs_volume_scan_details,
  :runtime_details,
  :detection)
  SENSITIVE = []
  include Aws::Structure
end

#service_nameString

The name of the Amazon Web Services service (GuardDuty) that generated a finding.

Returns:

  • (String)


7185
7186
7187
7188
7189
7190
7191
7192
7193
7194
7195
7196
7197
7198
7199
7200
7201
7202
7203
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7185

class Service < Struct.new(
  :action,
  :evidence,
  :archived,
  :count,
  :detector_id,
  :event_first_seen,
  :event_last_seen,
  :resource_role,
  :service_name,
  :user_feedback,
  :additional_info,
  :feature_name,
  :ebs_volume_scan_details,
  :runtime_details,
  :detection)
  SENSITIVE = []
  include Aws::Structure
end

#user_feedbackString

Feedback that was submitted about the finding.

Returns:

  • (String)


7185
7186
7187
7188
7189
7190
7191
7192
7193
7194
7195
7196
7197
7198
7199
7200
7201
7202
7203
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7185

class Service < Struct.new(
  :action,
  :evidence,
  :archived,
  :count,
  :detector_id,
  :event_first_seen,
  :event_last_seen,
  :resource_role,
  :service_name,
  :user_feedback,
  :additional_info,
  :feature_name,
  :ebs_volume_scan_details,
  :runtime_details,
  :detection)
  SENSITIVE = []
  include Aws::Structure
end