Class: Aws::Lightsail::Types::GetDiskSnapshotRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lightsail/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#disk_snapshot_nameString

The name of the disk snapshot (‘my-disk-snapshot`).

Returns:

  • (String)


7415
7416
7417
7418
7419
# File 'lib/aws-sdk-lightsail/types.rb', line 7415

class GetDiskSnapshotRequest < Struct.new(
  :disk_snapshot_name)
  SENSITIVE = []
  include Aws::Structure
end