Class: Aws::Types::DescribeAttachmentUploadStatusResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAttachmentUploadStatusResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#file_name ⇒ ::String
Returns the value of attribute file_name.
-
#upload_progress ⇒ Types::UploadProgress
Returns the value of attribute upload_progress.
-
#upload_status ⇒ "attachment-ready", ...
Returns the value of attribute upload_status.
Instance Attribute Details
#file_name ⇒ ::String
Returns the value of attribute file_name.
193 194 195 |
# File 'sig/types.rbs', line 193 def file_name @file_name end |
#upload_progress ⇒ Types::UploadProgress
Returns the value of attribute upload_progress.
194 195 196 |
# File 'sig/types.rbs', line 194 def upload_progress @upload_progress end |
#upload_status ⇒ "attachment-ready", ...
Returns the value of attribute upload_status.
192 193 194 |
# File 'sig/types.rbs', line 192 def upload_status @upload_status end |