Class: Aws::GuardDuty::Types::EbsSnapshotDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::EbsSnapshotDetails
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Contains details about the EBS snapshot that was scanned for malware.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#snapshot_arn ⇒ String
The Amazon Resource Name (ARN) of the EBS snapshot.
Instance Attribute Details
#snapshot_arn ⇒ String
The Amazon Resource Name (ARN) of the EBS snapshot.
3390 3391 3392 3393 3394 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3390 class EbsSnapshotDetails < Struct.new( :snapshot_arn) SENSITIVE = [] include Aws::Structure end |