Class: Aws::Types::ExportTaskSummary

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)


269
270
271
# File 'sig/types.rbs', line 269

def destination
  @destination
end

#format"PARQUET", "CSV"

Returns the value of attribute format.

Returns:

  • ("PARQUET", "CSV")


268
269
270
# File 'sig/types.rbs', line 268

def format
  @format
end

#graph_id::String

Returns the value of attribute graph_id.

Returns:

  • (::String)


264
265
266
# File 'sig/types.rbs', line 264

def graph_id
  @graph_id
end

#kms_key_identifier::String

Returns the value of attribute kms_key_identifier.

Returns:

  • (::String)


270
271
272
# File 'sig/types.rbs', line 270

def kms_key_identifier
  @kms_key_identifier
end

#parquet_type"COLUMNAR"

Returns the value of attribute parquet_type.

Returns:

  • ("COLUMNAR")


271
272
273
# File 'sig/types.rbs', line 271

def parquet_type
  @parquet_type
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


265
266
267
# File 'sig/types.rbs', line 265

def role_arn
  @role_arn
end

#status"INITIALIZING", ...

Returns the value of attribute status.

Returns:

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


267
268
269
# File 'sig/types.rbs', line 267

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


272
273
274
# File 'sig/types.rbs', line 272

def status_reason
  @status_reason
end

#task_id::String

Returns the value of attribute task_id.

Returns:

  • (::String)


266
267
268
# File 'sig/types.rbs', line 266

def task_id
  @task_id
end