Class: Aws::Types::ExportJobProperties

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_access_role_arn ⇒ ::String

Returns the value of attribute data_access_role_arn.

Returns:

  • (::String)


277
278
279
# File 'sig/types.rbs', line 277

def data_access_role_arn
  @data_access_role_arn
end

#datastore_id ⇒ ::String

Returns the value of attribute datastore_id.

Returns:

  • (::String)


275
276
277
# File 'sig/types.rbs', line 275

def datastore_id
  @datastore_id
end

#end_time ⇒ ::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


274
275
276
# File 'sig/types.rbs', line 274

def end_time
  @end_time
end

#job_id ⇒ ::String

Returns the value of attribute job_id.

Returns:

  • (::String)


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

def job_id
  @job_id
end

#job_name ⇒ ::String

Returns the value of attribute job_name.

Returns:

  • (::String)


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

def job_name
  @job_name
end

#job_status ⇒ "SUBMITTED", ...

Returns the value of attribute job_status.

Returns:

  • ("SUBMITTED", "QUEUED", "IN_PROGRESS", "COMPLETED_WITH_ERRORS", "COMPLETED", "FAILED", "CANCEL_SUBMITTED", "CANCEL_IN_PROGRESS", "CANCEL_COMPLETED", "CANCEL_FAILED")


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

def job_status
  @job_status
end

#message ⇒ ::String

Returns the value of attribute message.

Returns:

  • (::String)


278
279
280
# File 'sig/types.rbs', line 278

def message
  @message
end

#output_data_config ⇒ Types::OutputDataConfig

Returns the value of attribute output_data_config.



276
277
278
# File 'sig/types.rbs', line 276

def output_data_config
  @output_data_config
end

#submit_time ⇒ ::Time

Returns the value of attribute submit_time.

Returns:

  • (::Time)


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

def submit_time
  @submit_time
end