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)


949
950
951
# File 'sig/types.rbs', line 949

def job_id
  @job_id
end

#job_name::String

Returns the value of attribute job_name.

Returns:

  • (::String)


950
951
952
# File 'sig/types.rbs', line 950

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


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

def job_status
  @job_status
end