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)


712
713
714
# File 'sig/types.rbs', line 712

def part_size
  @part_size
end

#upload_id::String

Returns the value of attribute upload_id.

Returns:

  • (::String)


711
712
713
# File 'sig/types.rbs', line 711

def upload_id
  @upload_id
end