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)


5138
5139
5140
5141
5142
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 5138

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