Class: Aws::Types::UploadJobItem
- Inherits:
-
Object
- Object
- Aws::Types::UploadJobItem
- 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.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#status ⇒ "CREATED", ...
Returns the value of attribute status.
-
#status_reason ⇒ "VALIDATION_FAILURE", "INTERNAL_FAILURE"
Returns the value of attribute status_reason.
Instance Attribute Details
#completed_at ⇒ ::Time
Returns the value of attribute completed_at.
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.
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.
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.
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.
2940 2941 2942 |
# File 'sig/types.rbs', line 2940 def job_id @job_id end |
#status ⇒ "CREATED", ...
Returns the value of attribute status.
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.
2943 2944 2945 |
# File 'sig/types.rbs', line 2943 def status_reason @status_reason end |