Class: Aws::Types::ImportVolumeTaskDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


11685
11686
11687
# File 'sig/types.rbs', line 11685

def availability_zone
  @availability_zone
end

#availability_zone_id::String

Returns the value of attribute availability_zone_id.

Returns:

  • (::String)


11686
11687
11688
# File 'sig/types.rbs', line 11686

def availability_zone_id
  @availability_zone_id
end

#bytes_converted::Integer

Returns the value of attribute bytes_converted.

Returns:

  • (::Integer)


11687
11688
11689
# File 'sig/types.rbs', line 11687

def bytes_converted
  @bytes_converted
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


11688
11689
11690
# File 'sig/types.rbs', line 11688

def description
  @description
end

#imageTypes::DiskImageDescription

Returns the value of attribute image.



11689
11690
11691
# File 'sig/types.rbs', line 11689

def image
  @image
end

#volumeTypes::DiskImageVolumeDescription

Returns the value of attribute volume.



11690
11691
11692
# File 'sig/types.rbs', line 11690

def volume
  @volume
end