Class: Aws::Types::ExportImageTask

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)


9224
9225
9226
# File 'sig/types.rbs', line 9224

def description
  @description
end

#export_image_task_id::String

Returns the value of attribute export_image_task_id.

Returns:

  • (::String)


9225
9226
9227
# File 'sig/types.rbs', line 9225

def export_image_task_id
  @export_image_task_id
end

#image_id::String

Returns the value of attribute image_id.

Returns:

  • (::String)


9226
9227
9228
# File 'sig/types.rbs', line 9226

def image_id
  @image_id
end

#progress::String

Returns the value of attribute progress.

Returns:

  • (::String)


9227
9228
9229
# File 'sig/types.rbs', line 9227

def progress
  @progress
end

#s3_export_locationTypes::ExportTaskS3Location

Returns the value of attribute s3_export_location.



9228
9229
9230
# File 'sig/types.rbs', line 9228

def s3_export_location
  @s3_export_location
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


9229
9230
9231
# File 'sig/types.rbs', line 9229

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


9230
9231
9232
# File 'sig/types.rbs', line 9230

def status_message
  @status_message
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



9231
9232
9233
# File 'sig/types.rbs', line 9231

def tags
  @tags
end