Class: Aws::Types::CompleteAttachmentUploadRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#completed_uploads::Array[Types::CompletedUpload]

Returns the value of attribute completed_uploads.

Returns:



127
128
129
# File 'sig/types.rbs', line 127

def completed_uploads
  @completed_uploads
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


128
129
130
# File 'sig/types.rbs', line 128

def dry_run
  @dry_run
end

#upload_id::String

Returns the value of attribute upload_id.

Returns:

  • (::String)


126
127
128
# File 'sig/types.rbs', line 126

def upload_id
  @upload_id
end