Class: Aws::Types::ImportInstanceVolumeDetailItem
- Inherits:
-
Object
- Object
- Aws::Types::ImportInstanceVolumeDetailItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
-
#bytes_converted ⇒ ::Integer
Returns the value of attribute bytes_converted.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#image ⇒ Types::DiskImageDescription
Returns the value of attribute image.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#volume ⇒ Types::DiskImageVolumeDescription
Returns the value of attribute volume.
Instance Attribute Details
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
11134 11135 11136 |
# File 'sig/types.rbs', line 11134 def availability_zone @availability_zone end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
11135 11136 11137 |
# File 'sig/types.rbs', line 11135 def availability_zone_id @availability_zone_id end |
#bytes_converted ⇒ ::Integer
Returns the value of attribute bytes_converted.
11136 11137 11138 |
# File 'sig/types.rbs', line 11136 def bytes_converted @bytes_converted end |
#description ⇒ ::String
Returns the value of attribute description.
11137 11138 11139 |
# File 'sig/types.rbs', line 11137 def description @description end |
#image ⇒ Types::DiskImageDescription
Returns the value of attribute image.
11138 11139 11140 |
# File 'sig/types.rbs', line 11138 def image @image end |
#status ⇒ ::String
Returns the value of attribute status.
11139 11140 11141 |
# File 'sig/types.rbs', line 11139 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
11140 11141 11142 |
# File 'sig/types.rbs', line 11140 def @status_message end |
#volume ⇒ Types::DiskImageVolumeDescription
Returns the value of attribute volume.
11141 11142 11143 |
# File 'sig/types.rbs', line 11141 def volume @volume end |