Class: Aws::Types::ConversionProperties
- Inherits:
-
Object
- Object
- Aws::Types::ConversionProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_timestamp ⇒ ::String
Returns the value of attribute data_timestamp.
-
#force_uefi ⇒ Boolean
Returns the value of attribute force_uefi.
-
#root_volume_name ⇒ ::String
Returns the value of attribute root_volume_name.
-
#volume_to_conversion_map ⇒ ::Hash[::String, ::Hash[::String, ::String]]
Returns the value of attribute volume_to_conversion_map.
-
#volume_to_product_codes ⇒ ::Hash[::String, ::Array[Types::ProductCode]]
Returns the value of attribute volume_to_product_codes.
-
#volume_to_volume_size ⇒ ::Hash[::String, ::Integer]
Returns the value of attribute volume_to_volume_size.
Instance Attribute Details
#data_timestamp ⇒ ::String
Returns the value of attribute data_timestamp.
61 62 63 |
# File 'sig/types.rbs', line 61 def @data_timestamp end |
#force_uefi ⇒ Boolean
Returns the value of attribute force_uefi.
60 61 62 |
# File 'sig/types.rbs', line 60 def force_uefi @force_uefi end |
#root_volume_name ⇒ ::String
Returns the value of attribute root_volume_name.
59 60 61 |
# File 'sig/types.rbs', line 59 def root_volume_name @root_volume_name end |
#volume_to_conversion_map ⇒ ::Hash[::String, ::Hash[::String, ::String]]
Returns the value of attribute volume_to_conversion_map.
58 59 60 |
# File 'sig/types.rbs', line 58 def volume_to_conversion_map @volume_to_conversion_map end |
#volume_to_product_codes ⇒ ::Hash[::String, ::Array[Types::ProductCode]]
Returns the value of attribute volume_to_product_codes.
63 64 65 |
# File 'sig/types.rbs', line 63 def volume_to_product_codes @volume_to_product_codes end |
#volume_to_volume_size ⇒ ::Hash[::String, ::Integer]
Returns the value of attribute volume_to_volume_size.
62 63 64 |
# File 'sig/types.rbs', line 62 def volume_to_volume_size @volume_to_volume_size end |