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)


9210
9211
9212
# File 'sig/types.rbs', line 9210

def description
  @description
end

#disk_image_format"VMDK", ...

Returns the value of attribute disk_image_format.

Returns:

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


9211
9212
9213
# File 'sig/types.rbs', line 9211

def disk_image_format
  @disk_image_format
end

#export_image_task_id::String

Returns the value of attribute export_image_task_id.

Returns:

  • (::String)


9212
9213
9214
# File 'sig/types.rbs', line 9212

def export_image_task_id
  @export_image_task_id
end

#image_id::String

Returns the value of attribute image_id.

Returns:

  • (::String)


9213
9214
9215
# File 'sig/types.rbs', line 9213

def image_id
  @image_id
end

#progress::String

Returns the value of attribute progress.

Returns:

  • (::String)


9215
9216
9217
# File 'sig/types.rbs', line 9215

def progress
  @progress
end

#role_name::String

Returns the value of attribute role_name.

Returns:

  • (::String)


9214
9215
9216
# File 'sig/types.rbs', line 9214

def role_name
  @role_name
end

#s3_export_locationTypes::ExportTaskS3Location

Returns the value of attribute s3_export_location.



9216
9217
9218
# File 'sig/types.rbs', line 9216

def s3_export_location
  @s3_export_location
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


9217
9218
9219
# File 'sig/types.rbs', line 9217

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


9218
9219
9220
# File 'sig/types.rbs', line 9218

def status_message
  @status_message
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



9219
9220
9221
# File 'sig/types.rbs', line 9219

def tags
  @tags
end