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

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_nameString

The name of the disk (my-disk).

Returns:

  • (String)


7392
7393
7394
7395
7396
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 7392

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