Class: Aws::Types::GetAttachmentUploadLinksRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


354
355
356
# File 'sig/types.rbs', line 354

def dry_run
  @dry_run
end

#file_name::String

Returns the value of attribute file_name.

Returns:

  • (::String)


350
351
352
# File 'sig/types.rbs', line 350

def file_name
  @file_name
end

#file_size_bytes::Integer

Returns the value of attribute file_size_bytes.

Returns:

  • (::Integer)


351
352
353
# File 'sig/types.rbs', line 351

def file_size_bytes
  @file_size_bytes
end

#upload_id::String

Returns the value of attribute upload_id.

Returns:

  • (::String)


352
353
354
# File 'sig/types.rbs', line 352

def upload_id
  @upload_id
end

#upload_rangeTypes::UploadRange

Returns the value of attribute upload_range.

Returns:



353
354
355
# File 'sig/types.rbs', line 353

def upload_range
  @upload_range
end