Class: Aws::Types::InitiateLayerUploadResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#part_size ⇒ ::Integer

Returns the value of attribute part_size.

Returns:

  • (::Integer)


266
267
268
# File 'sig/types.rbs', line 266

def part_size
  @part_size
end

#upload_id ⇒ ::String

Returns the value of attribute upload_id.

Returns:

  • (::String)


265
266
267
# File 'sig/types.rbs', line 265

def upload_id
  @upload_id
end