Class: Aws::Types::GetUploadStatusResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetUploadStatusResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_date ⇒ ::Time
Returns the value of attribute created_date.
-
#failure_reason ⇒ ::Array[::String]
Returns the value of attribute failure_reason.
-
#namespace_arn ⇒ ::String
Returns the value of attribute namespace_arn.
-
#namespace_name ⇒ ::String
Returns the value of attribute namespace_name.
-
#namespace_version ⇒ ::Integer
Returns the value of attribute namespace_version.
-
#upload_id ⇒ ::String
Returns the value of attribute upload_id.
-
#upload_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute upload_status.
Instance Attribute Details
#created_date ⇒ ::Time
Returns the value of attribute created_date.
301 302 303 |
# File 'sig/types.rbs', line 301 def created_date @created_date end |
#failure_reason ⇒ ::Array[::String]
Returns the value of attribute failure_reason.
300 301 302 |
# File 'sig/types.rbs', line 300 def failure_reason @failure_reason end |
#namespace_arn ⇒ ::String
Returns the value of attribute namespace_arn.
297 298 299 |
# File 'sig/types.rbs', line 297 def namespace_arn @namespace_arn end |
#namespace_name ⇒ ::String
Returns the value of attribute namespace_name.
298 299 300 |
# File 'sig/types.rbs', line 298 def namespace_name @namespace_name end |
#namespace_version ⇒ ::Integer
Returns the value of attribute namespace_version.
299 300 301 |
# File 'sig/types.rbs', line 299 def namespace_version @namespace_version end |
#upload_id ⇒ ::String
Returns the value of attribute upload_id.
295 296 297 |
# File 'sig/types.rbs', line 295 def upload_id @upload_id end |
#upload_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute upload_status.
296 297 298 |
# File 'sig/types.rbs', line 296 def upload_status @upload_status end |