Class: Aws::Types::ConversionProperties

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_timestamp::String

Returns the value of attribute data_timestamp.

Returns:

  • (::String)


61
62
63
# File 'sig/types.rbs', line 61

def data_timestamp
  @data_timestamp
end

#force_uefiBoolean

Returns the value of attribute force_uefi.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Hash[::String, ::Hash[::String, ::String]])


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.

Returns:



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.

Returns:

  • (::Hash[::String, ::Integer])


62
63
64
# File 'sig/types.rbs', line 62

def volume_to_volume_size
  @volume_to_volume_size
end