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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lightsail/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)


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

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