Class: Aws::GuardDuty::Types::EbsSnapshotDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#snapshot_arnString

The Amazon Resource Name (ARN) of the EBS snapshot.

Returns:

  • (String)


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