Module: Aws::Support::Client::_DescribeAttachmentUploadStatusResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::DescribeAttachmentUploadStatusResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#file_name::String

Returns:

  • (::String)


166
# File 'sig/client.rbs', line 166

def file_name: () -> ::String

#upload_progressTypes::UploadProgress



167
# File 'sig/client.rbs', line 167

def upload_progress: () -> Types::UploadProgress

#upload_status"attachment-ready", ...

Returns:

  • ("attachment-ready", "attachment-not-ready", "failed")


165
# File 'sig/client.rbs', line 165

def upload_status: () -> ("attachment-ready" | "attachment-not-ready" | "failed")