Module: Aws::Support::Client::_DescribeAttachmentUploadStatusResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeAttachmentUploadStatusResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #file_name ⇒ ::String
- #upload_progress ⇒ Types::UploadProgress
- #upload_status ⇒ "attachment-ready", ...
Instance Method Details
#file_name ⇒ ::String
166 |
# File 'sig/client.rbs', line 166
def file_name: () -> ::String
|
#upload_progress ⇒ Types::UploadProgress
167 |
# File 'sig/client.rbs', line 167
def upload_progress: () -> Types::UploadProgress
|
#upload_status ⇒ "attachment-ready", ...
165 |
# File 'sig/client.rbs', line 165
def upload_status: () -> ("attachment-ready" | "attachment-not-ready" | "failed")
|