Class: Aws::Types::UploadLayerPartRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#layer_part_blob::String

Returns the value of attribute layer_part_blob.

Returns:

  • (::String)


1426
1427
1428
# File 'sig/types.rbs', line 1426

def layer_part_blob
  @layer_part_blob
end

#part_first_byte::Integer

Returns the value of attribute part_first_byte.

Returns:

  • (::Integer)


1424
1425
1426
# File 'sig/types.rbs', line 1424

def part_first_byte
  @part_first_byte
end

#part_last_byte::Integer

Returns the value of attribute part_last_byte.

Returns:

  • (::Integer)


1425
1426
1427
# File 'sig/types.rbs', line 1425

def part_last_byte
  @part_last_byte
end

#registry_id::String

Returns the value of attribute registry_id.

Returns:

  • (::String)


1421
1422
1423
# File 'sig/types.rbs', line 1421

def registry_id
  @registry_id
end

#repository_name::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


1422
1423
1424
# File 'sig/types.rbs', line 1422

def repository_name
  @repository_name
end

#upload_id::String

Returns the value of attribute upload_id.

Returns:

  • (::String)


1423
1424
1425
# File 'sig/types.rbs', line 1423

def upload_id
  @upload_id
end