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)


9236
9237
9238
# File 'sig/types.rbs', line 9236

def description
  @description
end

#export_task_id::String

Returns the value of attribute export_task_id.

Returns:

  • (::String)


9237
9238
9239
# File 'sig/types.rbs', line 9237

def export_task_id
  @export_task_id
end

#export_to_s3_taskTypes::ExportToS3Task

Returns the value of attribute export_to_s3_task.



9238
9239
9240
# File 'sig/types.rbs', line 9238

def export_to_s3_task
  @export_to_s3_task
end

#instance_export_detailsTypes::InstanceExportDetails

Returns the value of attribute instance_export_details.



9239
9240
9241
# File 'sig/types.rbs', line 9239

def instance_export_details
  @instance_export_details
end

#state"active", ...

Returns the value of attribute state.

Returns:

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


9240
9241
9242
# File 'sig/types.rbs', line 9240

def state
  @state
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


9241
9242
9243
# File 'sig/types.rbs', line 9241

def status_message
  @status_message
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



9242
9243
9244
# File 'sig/types.rbs', line 9242

def tags
  @tags
end