Class: Aws::Lightsail::Types::DeleteDiskSnapshotRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::DeleteDiskSnapshotRequest
- Includes:
- Structure
- Defined in:
- 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 you want to delete (‘my-disk-snapshot`).
Instance Attribute Details
#disk_snapshot_name ⇒ String
The name of the disk snapshot you want to delete (‘my-disk-snapshot`).
5025 5026 5027 5028 5029 |
# File 'lib/aws-sdk-lightsail/types.rb', line 5025 class DeleteDiskSnapshotRequest < Struct.new( :disk_snapshot_name) SENSITIVE = [] include Aws::Structure end |