Class: Aws::GuardDuty::Types::EbsSnapshot

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

Overview

Contains information about an EBS snapshot that was scanned for malware.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#device_nameString

The device name of the EBS snapshot that was scanned.

Returns:

  • (String)


3376
3377
3378
3379
3380
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3376

class EbsSnapshot < Struct.new(
  :device_name)
  SENSITIVE = []
  include Aws::Structure
end