Class: Aws::Types::ImportVolumeTaskDetails
- Inherits:
-
Object
- Object
- Aws::Types::ImportVolumeTaskDetails
- 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.
-
#volume ⇒ Types::DiskImageVolumeDescription
Returns the value of attribute volume.
Instance Attribute Details
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
11206 11207 11208 |
# File 'sig/types.rbs', line 11206 def availability_zone @availability_zone end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
11207 11208 11209 |
# File 'sig/types.rbs', line 11207 def availability_zone_id @availability_zone_id end |
#bytes_converted ⇒ ::Integer
Returns the value of attribute bytes_converted.
11208 11209 11210 |
# File 'sig/types.rbs', line 11208 def bytes_converted @bytes_converted end |
#description ⇒ ::String
Returns the value of attribute description.
11209 11210 11211 |
# File 'sig/types.rbs', line 11209 def description @description end |
#image ⇒ Types::DiskImageDescription
Returns the value of attribute image.
11210 11211 11212 |
# File 'sig/types.rbs', line 11210 def image @image end |
#volume ⇒ Types::DiskImageVolumeDescription
Returns the value of attribute volume.
11211 11212 11213 |
# File 'sig/types.rbs', line 11211 def volume @volume end |