Class: Aws::Lightsail::Types::GetDiskSnapshotResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::GetDiskSnapshotResult
- Includes:
- Structure
- Defined in:
- 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 'lib/aws-sdk-lightsail/types.rb', line 7427 class GetDiskSnapshotResult < Struct.new( :disk_snapshot) SENSITIVE = [] include Aws::Structure end |