Class: Aws::Types::DescribeAttachmentUploadStatusResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#file_name::String

Returns the value of attribute file_name.

Returns:

  • (::String)


193
194
195
# File 'sig/types.rbs', line 193

def file_name
  @file_name
end

#upload_progressTypes::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.

Returns:

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


192
193
194
# File 'sig/types.rbs', line 192

def upload_status
  @upload_status
end