Class: Aws::GuardDuty::Types::EbsSnapshot
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::EbsSnapshot
- Includes:
- Structure
- Defined in:
- 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
-
#device_name ⇒ String
The device name of the EBS snapshot that was scanned.
Instance Attribute Details
#device_name ⇒ String
The device name of the EBS snapshot that was scanned.
4527 4528 4529 4530 4531 |
# File 'lib/aws-sdk-guardduty/types.rb', line 4527 class EbsSnapshot < Struct.new( :device_name) SENSITIVE = [] include Aws::Structure end |