Class: Aws::Lightsail::Types::GetDiskSnapshotRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::GetDiskSnapshotRequest
- Defined in:
- gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#disk_snapshot_name ⇒ String
The name of the disk snapshot (
my-disk-snapshot).
Instance Attribute Details
#disk_snapshot_name ⇒ String
The name of the disk snapshot (my-disk-snapshot).
7546 7547 7548 7549 7550 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 7546 class GetDiskSnapshotRequest < Struct.new( :disk_snapshot_name) SENSITIVE = [] include Aws::Structure end |