Class: Aws::Lightsail::Types::GetDiskSnapshotResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::GetDiskSnapshotResult
- Defined in:
- gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#disk_snapshot ⇒ Types::DiskSnapshot
An object containing information about the disk snapshot.
Instance Attribute Details
#disk_snapshot ⇒ Types::DiskSnapshot
An object containing information about the disk snapshot.
7427 7428 7429 7430 7431 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 7427 class GetDiskSnapshotResult < Struct.new( :disk_snapshot) SENSITIVE = [] include Aws::Structure end |