Class: Aws::Types::ExportImageResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


9542
9543
9544
# File 'sig/types.rbs', line 9542

def description
  @description
end

#disk_image_format"VMDK", ...

Returns the value of attribute disk_image_format.

Returns:

  • ("VMDK", "RAW", "VHD")


9543
9544
9545
# File 'sig/types.rbs', line 9543

def disk_image_format
  @disk_image_format
end

#export_image_task_id::String

Returns the value of attribute export_image_task_id.

Returns:

  • (::String)


9544
9545
9546
# File 'sig/types.rbs', line 9544

def export_image_task_id
  @export_image_task_id
end

#image_id::String

Returns the value of attribute image_id.

Returns:

  • (::String)


9545
9546
9547
# File 'sig/types.rbs', line 9545

def image_id
  @image_id
end

#progress::String

Returns the value of attribute progress.

Returns:

  • (::String)


9547
9548
9549
# File 'sig/types.rbs', line 9547

def progress
  @progress
end

#role_name::String

Returns the value of attribute role_name.

Returns:

  • (::String)


9546
9547
9548
# File 'sig/types.rbs', line 9546

def role_name
  @role_name
end

#s3_export_locationTypes::ExportTaskS3Location

Returns the value of attribute s3_export_location.



9548
9549
9550
# File 'sig/types.rbs', line 9548

def s3_export_location
  @s3_export_location
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


9549
9550
9551
# File 'sig/types.rbs', line 9549

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


9550
9551
9552
# File 'sig/types.rbs', line 9550

def status_message
  @status_message
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



9551
9552
9553
# File 'sig/types.rbs', line 9551

def tags
  @tags
end