Class: Aws::Lightsail::Types::GetDiskRequest

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_nameString

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

Returns:

  • (String)


7374
7375
7376
7377
7378
# File 'lib/aws-sdk-lightsail/types.rb', line 7374

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