Class: Aws::Lightsail::Types::DiskMap
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::DiskMap
- Defined in:
- gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb
Overview
Describes a block storage disk mapping.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#new_disk_name ⇒ String
The new disk name (
my-new-disk
). -
#original_disk_path ⇒ String
The original disk path exposed to the instance (for example,
/dev/sdh
).
Instance Attribute Details
#new_disk_name ⇒ String
The new disk name (my-new-disk
).
5733 5734 5735 5736 5737 5738 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 5733 class DiskMap < Struct.new( :original_disk_path, :new_disk_name) SENSITIVE = [] include Aws::Structure end |
#original_disk_path ⇒ String
The original disk path exposed to the instance (for example,
/dev/sdh
).
5733 5734 5735 5736 5737 5738 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 5733 class DiskMap < Struct.new( :original_disk_path, :new_disk_name) SENSITIVE = [] include Aws::Structure end |