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)


532
533
534
# File 'sig/types.rbs', line 532

def layer_part_blob
  @layer_part_blob
end

#part_first_byte ⇒ ::Integer

Returns the value of attribute part_first_byte.

Returns:

  • (::Integer)


530
531
532
# File 'sig/types.rbs', line 530

def part_first_byte
  @part_first_byte
end

#part_last_byte ⇒ ::Integer

Returns the value of attribute part_last_byte.

Returns:

  • (::Integer)


531
532
533
# File 'sig/types.rbs', line 531

def part_last_byte
  @part_last_byte
end

#registry_id ⇒ ::String

Returns the value of attribute registry_id.

Returns:

  • (::String)


527
528
529
# File 'sig/types.rbs', line 527

def registry_id
  @registry_id
end

#repository_name ⇒ ::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


528
529
530
# File 'sig/types.rbs', line 528

def repository_name
  @repository_name
end

#upload_id ⇒ ::String

Returns the value of attribute upload_id.

Returns:

  • (::String)


529
530
531
# File 'sig/types.rbs', line 529

def upload_id
  @upload_id
end