Class: Aws::Types::ImportInstanceVolumeDetailItem

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)


11395
11396
11397
# File 'sig/types.rbs', line 11395

def availability_zone
  @availability_zone
end

#availability_zone_id::String

Returns the value of attribute availability_zone_id.

Returns:

  • (::String)


11396
11397
11398
# File 'sig/types.rbs', line 11396

def availability_zone_id
  @availability_zone_id
end

#bytes_converted::Integer

Returns the value of attribute bytes_converted.

Returns:

  • (::Integer)


11397
11398
11399
# File 'sig/types.rbs', line 11397

def bytes_converted
  @bytes_converted
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


11398
11399
11400
# File 'sig/types.rbs', line 11398

def description
  @description
end

#imageTypes::DiskImageDescription

Returns the value of attribute image.



11399
11400
11401
# File 'sig/types.rbs', line 11399

def image
  @image
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


11400
11401
11402
# File 'sig/types.rbs', line 11400

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


11401
11402
11403
# File 'sig/types.rbs', line 11401

def status_message
  @status_message
end

#volumeTypes::DiskImageVolumeDescription

Returns the value of attribute volume.



11402
11403
11404
# File 'sig/types.rbs', line 11402

def volume
  @volume
end