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.
11613 11614 11615 |
# File 'sig/types.rbs', line 11613 def availability_zone @availability_zone end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
11614 11615 11616 |
# File 'sig/types.rbs', line 11614 def availability_zone_id @availability_zone_id end |
#bytes_converted ⇒ ::Integer
Returns the value of attribute bytes_converted.
11615 11616 11617 |
# File 'sig/types.rbs', line 11615 def bytes_converted @bytes_converted end |
#description ⇒ ::String
Returns the value of attribute description.
11616 11617 11618 |
# File 'sig/types.rbs', line 11616 def description @description end |
#image ⇒ Types::DiskImageDescription
Returns the value of attribute image.
11617 11618 11619 |
# File 'sig/types.rbs', line 11617 def image @image end |
#status ⇒ ::String
Returns the value of attribute status.
11618 11619 11620 |
# File 'sig/types.rbs', line 11618 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
11619 11620 11621 |
# File 'sig/types.rbs', line 11619 def @status_message end |
#volume ⇒ Types::DiskImageVolumeDescription
Returns the value of attribute volume.
11620 11621 11622 |
# File 'sig/types.rbs', line 11620 def volume @volume end |