Class: Aws::Types::ExportTask

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)


9461
9462
9463
# File 'sig/types.rbs', line 9461

def description
  @description
end

#export_task_id::String

Returns the value of attribute export_task_id.

Returns:

  • (::String)


9462
9463
9464
# File 'sig/types.rbs', line 9462

def export_task_id
  @export_task_id
end

#export_to_s3_taskTypes::ExportToS3Task

Returns the value of attribute export_to_s3_task.



9463
9464
9465
# File 'sig/types.rbs', line 9463

def export_to_s3_task
  @export_to_s3_task
end

#instance_export_detailsTypes::InstanceExportDetails

Returns the value of attribute instance_export_details.



9464
9465
9466
# File 'sig/types.rbs', line 9464

def instance_export_details
  @instance_export_details
end

#state"active", ...

Returns the value of attribute state.

Returns:

  • ("active", "cancelling", "cancelled", "completed")


9465
9466
9467
# File 'sig/types.rbs', line 9465

def state
  @state
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


9466
9467
9468
# File 'sig/types.rbs', line 9466

def status_message
  @status_message
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



9467
9468
9469
# File 'sig/types.rbs', line 9467

def tags
  @tags
end