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
).
7415 7416 7417 7418 7419 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 7415 class GetDiskSnapshotRequest < Struct.new( :disk_snapshot_name) SENSITIVE = [] include Aws::Structure end |