Class: Aws::Types::GetUploadJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetUploadJobResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#completed_at ⇒ ::Time
Returns the value of attribute completed_at.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#data_expiry ⇒ ::Integer
Returns the value of attribute data_expiry.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#fields ⇒ ::Hash[::String, Types::ObjectTypeField]
Returns the value of attribute fields.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#results_summary ⇒ Types::ResultsSummary
Returns the value of attribute results_summary.
-
#status ⇒ "CREATED", ...
Returns the value of attribute status.
-
#status_reason ⇒ "VALIDATION_FAILURE", "INTERNAL_FAILURE"
Returns the value of attribute status_reason.
-
#unique_key ⇒ ::String
Returns the value of attribute unique_key.
Instance Attribute Details
#completed_at ⇒ ::Time
Returns the value of attribute completed_at.
1540 1541 1542 |
# File 'sig/types.rbs', line 1540 def completed_at @completed_at end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1539 1540 1541 |
# File 'sig/types.rbs', line 1539 def created_at @created_at end |
#data_expiry ⇒ ::Integer
Returns the value of attribute data_expiry.
1544 1545 1546 |
# File 'sig/types.rbs', line 1544 def data_expiry @data_expiry end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
1536 1537 1538 |
# File 'sig/types.rbs', line 1536 def display_name @display_name end |
#fields ⇒ ::Hash[::String, Types::ObjectTypeField]
Returns the value of attribute fields.
1541 1542 1543 |
# File 'sig/types.rbs', line 1541 def fields @fields end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
1535 1536 1537 |
# File 'sig/types.rbs', line 1535 def job_id @job_id end |
#results_summary ⇒ Types::ResultsSummary
Returns the value of attribute results_summary.
1543 1544 1545 |
# File 'sig/types.rbs', line 1543 def results_summary @results_summary end |
#status ⇒ "CREATED", ...
Returns the value of attribute status.
1537 1538 1539 |
# File 'sig/types.rbs', line 1537 def status @status end |
#status_reason ⇒ "VALIDATION_FAILURE", "INTERNAL_FAILURE"
Returns the value of attribute status_reason.
1538 1539 1540 |
# File 'sig/types.rbs', line 1538 def status_reason @status_reason end |
#unique_key ⇒ ::String
Returns the value of attribute unique_key.
1542 1543 1544 |
# File 'sig/types.rbs', line 1542 def unique_key @unique_key end |