Class: Aws::GuardDuty::Types::ScannedResource

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

Overview

Contains information about a resource that was scanned as part of the malware scan operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_detailsTypes::ScannedResourceDetails

Information about the scanned resource.



10193
10194
10195
10196
10197
10198
10199
10200
10201
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 10193

class ScannedResource < Struct.new(
  :scanned_resource_arn,
  :scanned_resource_type,
  :scanned_resource_status,
  :scan_status_reason,
  :resource_details)
  SENSITIVE = []
  include Aws::Structure
end

#scan_status_reasonString

The reason for the scan status of this particular resource, if applicable.

Returns:

  • (String)


10193
10194
10195
10196
10197
10198
10199
10200
10201
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 10193

class ScannedResource < Struct.new(
  :scanned_resource_arn,
  :scanned_resource_type,
  :scanned_resource_status,
  :scan_status_reason,
  :resource_details)
  SENSITIVE = []
  include Aws::Structure
end

#scanned_resource_arnString

Amazon Resource Name (ARN) of the scanned resource.

Returns:

  • (String)


10193
10194
10195
10196
10197
10198
10199
10200
10201
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 10193

class ScannedResource < Struct.new(
  :scanned_resource_arn,
  :scanned_resource_type,
  :scanned_resource_status,
  :scan_status_reason,
  :resource_details)
  SENSITIVE = []
  include Aws::Structure
end

#scanned_resource_statusString

The status of the scanned resource.

Returns:

  • (String)


10193
10194
10195
10196
10197
10198
10199
10200
10201
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 10193

class ScannedResource < Struct.new(
  :scanned_resource_arn,
  :scanned_resource_type,
  :scanned_resource_status,
  :scan_status_reason,
  :resource_details)
  SENSITIVE = []
  include Aws::Structure
end

#scanned_resource_typeString

The resource type of the scanned resource.

Returns:

  • (String)


10193
10194
10195
10196
10197
10198
10199
10200
10201
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 10193

class ScannedResource < Struct.new(
  :scanned_resource_arn,
  :scanned_resource_type,
  :scanned_resource_status,
  :scan_status_reason,
  :resource_details)
  SENSITIVE = []
  include Aws::Structure
end