Class: Aws::Types::GetExportTaskOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destination::String

Returns the value of attribute destination.

Returns:

  • (::String)


287
288
289
# File 'sig/types.rbs', line 287

def destination
  @destination
end

#export_filterTypes::ExportFilter

Returns the value of attribute export_filter.

Returns:



292
293
294
# File 'sig/types.rbs', line 292

def export_filter
  @export_filter
end

#export_task_detailsTypes::ExportTaskDetails

Returns the value of attribute export_task_details.



291
292
293
# File 'sig/types.rbs', line 291

def export_task_details
  @export_task_details
end

#format"PARQUET", "CSV"

Returns the value of attribute format.

Returns:

  • ("PARQUET", "CSV")


286
287
288
# File 'sig/types.rbs', line 286

def format
  @format
end

#graph_id::String

Returns the value of attribute graph_id.

Returns:

  • (::String)


282
283
284
# File 'sig/types.rbs', line 282

def graph_id
  @graph_id
end

#kms_key_identifier::String

Returns the value of attribute kms_key_identifier.

Returns:

  • (::String)


288
289
290
# File 'sig/types.rbs', line 288

def kms_key_identifier
  @kms_key_identifier
end

#parquet_type"COLUMNAR"

Returns the value of attribute parquet_type.

Returns:

  • ("COLUMNAR")


289
290
291
# File 'sig/types.rbs', line 289

def parquet_type
  @parquet_type
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


283
284
285
# File 'sig/types.rbs', line 283

def role_arn
  @role_arn
end

#status"INITIALIZING", ...

Returns the value of attribute status.

Returns:

  • ("INITIALIZING", "EXPORTING", "SUCCEEDED", "FAILED", "CANCELLING", "CANCELLED", "DELETED")


285
286
287
# File 'sig/types.rbs', line 285

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


290
291
292
# File 'sig/types.rbs', line 290

def status_reason
  @status_reason
end

#task_id::String

Returns the value of attribute task_id.

Returns:

  • (::String)


284
285
286
# File 'sig/types.rbs', line 284

def task_id
  @task_id
end