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).
7552 7553 7554 7555 7556 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 7552 class GetDiskRequest < Struct.new( :disk_name) SENSITIVE = [] include Aws::Structure end |