Class: Aws::Types::UploadJobItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#completed_at::Time

Returns the value of attribute completed_at.

Returns:

  • (::Time)


2945
2946
2947
# File 'sig/types.rbs', line 2945

def completed_at
  @completed_at
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


2944
2945
2946
# File 'sig/types.rbs', line 2944

def created_at
  @created_at
end

#data_expiry::Integer

Returns the value of attribute data_expiry.

Returns:

  • (::Integer)


2946
2947
2948
# File 'sig/types.rbs', line 2946

def data_expiry
  @data_expiry
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


2941
2942
2943
# File 'sig/types.rbs', line 2941

def display_name
  @display_name
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


2940
2941
2942
# File 'sig/types.rbs', line 2940

def job_id
  @job_id
end

#status"CREATED", ...

Returns the value of attribute status.

Returns:

  • ("CREATED", "IN_PROGRESS", "PARTIALLY_SUCCEEDED", "SUCCEEDED", "FAILED", "STOPPED")


2942
2943
2944
# File 'sig/types.rbs', line 2942

def status
  @status
end

#status_reason"VALIDATION_FAILURE", "INTERNAL_FAILURE"

Returns the value of attribute status_reason.

Returns:

  • ("VALIDATION_FAILURE", "INTERNAL_FAILURE")


2943
2944
2945
# File 'sig/types.rbs', line 2943

def status_reason
  @status_reason
end