Class: Aws::Types::GetAttachmentUploadLinksResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_index::Integer

Returns the value of attribute next_index.

Returns:

  • (::Integer)


362
363
364
# File 'sig/types.rbs', line 362

def next_index
  @next_index
end

#part_size_bytes::Integer

Returns the value of attribute part_size_bytes.

Returns:

  • (::Integer)


360
361
362
# File 'sig/types.rbs', line 360

def part_size_bytes
  @part_size_bytes
end

#total_parts::Integer

Returns the value of attribute total_parts.

Returns:

  • (::Integer)


361
362
363
# File 'sig/types.rbs', line 361

def total_parts
  @total_parts
end

#upload_id::String

Returns the value of attribute upload_id.

Returns:

  • (::String)


359
360
361
# File 'sig/types.rbs', line 359

def upload_id
  @upload_id
end

#upload_urls::Array[Types::UploadUrl]

Returns the value of attribute upload_urls.

Returns:



363
364
365
# File 'sig/types.rbs', line 363

def upload_urls
  @upload_urls
end