Class: Aws::Types::CreateBulkImportJobResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


952
953
954
# File 'sig/types.rbs', line 952

def job_id
  @job_id
end

#job_name::String

Returns the value of attribute job_name.

Returns:

  • (::String)


953
954
955
# File 'sig/types.rbs', line 953

def job_name
  @job_name
end

#job_status"PENDING", ...

Returns the value of attribute job_status.

Returns:

  • ("PENDING", "CANCELLED", "RUNNING", "COMPLETED", "FAILED", "COMPLETED_WITH_FAILURES")


954
955
956
# File 'sig/types.rbs', line 954

def job_status
  @job_status
end