Class: Aws::Lightsail::Types::GetDiskRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::GetDiskRequest
- Defined in:
- gems/aws-sdk-lightsail/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
).
7391 7392 7393 7394 7395 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 7391 class GetDiskRequest < Struct.new( :disk_name) SENSITIVE = [] include Aws::Structure end |