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)


9449
9450
9451
# File 'sig/types.rbs', line 9449

def description
  @description
end

#export_image_task_id::String

Returns the value of attribute export_image_task_id.

Returns:

  • (::String)


9450
9451
9452
# File 'sig/types.rbs', line 9450

def export_image_task_id
  @export_image_task_id
end

#image_id::String

Returns the value of attribute image_id.

Returns:

  • (::String)


9451
9452
9453
# File 'sig/types.rbs', line 9451

def image_id
  @image_id
end

#progress::String

Returns the value of attribute progress.

Returns:

  • (::String)


9452
9453
9454
# File 'sig/types.rbs', line 9452

def progress
  @progress
end

#s3_export_locationTypes::ExportTaskS3Location

Returns the value of attribute s3_export_location.



9453
9454
9455
# File 'sig/types.rbs', line 9453

def s3_export_location
  @s3_export_location
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


9454
9455
9456
# File 'sig/types.rbs', line 9454

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


9455
9456
9457
# File 'sig/types.rbs', line 9455

def status_message
  @status_message
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



9456
9457
9458
# File 'sig/types.rbs', line 9456

def tags
  @tags
end