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)


9435
9436
9437
# File 'sig/types.rbs', line 9435

def description
  @description
end

#disk_image_format"VMDK", ...

Returns the value of attribute disk_image_format.

Returns:

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


9436
9437
9438
# File 'sig/types.rbs', line 9436

def disk_image_format
  @disk_image_format
end

#export_image_task_id::String

Returns the value of attribute export_image_task_id.

Returns:

  • (::String)


9437
9438
9439
# File 'sig/types.rbs', line 9437

def export_image_task_id
  @export_image_task_id
end

#image_id::String

Returns the value of attribute image_id.

Returns:

  • (::String)


9438
9439
9440
# File 'sig/types.rbs', line 9438

def image_id
  @image_id
end

#progress::String

Returns the value of attribute progress.

Returns:

  • (::String)


9440
9441
9442
# File 'sig/types.rbs', line 9440

def progress
  @progress
end

#role_name::String

Returns the value of attribute role_name.

Returns:

  • (::String)


9439
9440
9441
# File 'sig/types.rbs', line 9439

def role_name
  @role_name
end

#s3_export_locationTypes::ExportTaskS3Location

Returns the value of attribute s3_export_location.



9441
9442
9443
# File 'sig/types.rbs', line 9441

def s3_export_location
  @s3_export_location
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


9442
9443
9444
# File 'sig/types.rbs', line 9442

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


9443
9444
9445
# File 'sig/types.rbs', line 9443

def status_message
  @status_message
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



9444
9445
9446
# File 'sig/types.rbs', line 9444

def tags
  @tags
end