Class: Aws::GuardDuty::Types::EbsSnapshot
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::EbsSnapshot
- 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
-
#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.
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 |