Class: Aws::Lightsail::Types::GetDiskRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::GetDiskRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#disk_name ⇒ String
The name of the disk (
my-disk).
Instance Attribute Details
#disk_name ⇒ String
The name of the disk (my-disk).
7541 7542 7543 7544 7545 |
# File 'lib/aws-sdk-lightsail/types.rb', line 7541 class GetDiskRequest < Struct.new( :disk_name) SENSITIVE = [] include Aws::Structure end |