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.
2976 2977 2978 |
# File 'sig/types.rbs', line 2976 def completed_at @completed_at end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
2975 2976 2977 |
# File 'sig/types.rbs', line 2975 def created_at @created_at end |
#data_expiry ⇒ ::Integer
Returns the value of attribute data_expiry.
2977 2978 2979 |
# File 'sig/types.rbs', line 2977 def data_expiry @data_expiry end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
2972 2973 2974 |
# File 'sig/types.rbs', line 2972 def display_name @display_name end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
2971 2972 2973 |
# File 'sig/types.rbs', line 2971 def job_id @job_id end |
#status ⇒ "CREATED", ...
Returns the value of attribute status.
2973 2974 2975 |
# File 'sig/types.rbs', line 2973 def status @status end |
#status_reason ⇒ "VALIDATION_FAILURE", "INTERNAL_FAILURE"
Returns the value of attribute status_reason.
2974 2975 2976 |
# File 'sig/types.rbs', line 2974 def status_reason @status_reason end |