Class: Aws::GuardDuty::Types::EbsSnapshotDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::EbsSnapshotDetails
- Includes:
- Structure
- Defined in:
- 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.
4541 4542 4543 4544 4545 |
# File 'lib/aws-sdk-guardduty/types.rb', line 4541 class EbsSnapshotDetails < Struct.new( :snapshot_arn) SENSITIVE = [] include Aws::Structure end |