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)


253
254
255
# File 'sig/types.rbs', line 253

def data_access_role_arn
  @data_access_role_arn
end

#datastore_id::String

Returns the value of attribute datastore_id.

Returns:

  • (::String)


251
252
253
# File 'sig/types.rbs', line 251

def datastore_id
  @datastore_id
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


250
251
252
# File 'sig/types.rbs', line 250

def end_time
  @end_time
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


246
247
248
# File 'sig/types.rbs', line 246

def job_id
  @job_id
end

#job_name::String

Returns the value of attribute job_name.

Returns:

  • (::String)


247
248
249
# File 'sig/types.rbs', line 247

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")


248
249
250
# File 'sig/types.rbs', line 248

def job_status
  @job_status
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


254
255
256
# File 'sig/types.rbs', line 254

def message
  @message
end

#output_data_configTypes::OutputDataConfig

Returns the value of attribute output_data_config.



252
253
254
# File 'sig/types.rbs', line 252

def output_data_config
  @output_data_config
end

#submit_time::Time

Returns the value of attribute submit_time.

Returns:

  • (::Time)


249
250
251
# File 'sig/types.rbs', line 249

def submit_time
  @submit_time
end