Class: Aws::Types::UploadLayerPartRequest
- Inherits:
-
Object
- Object
- Aws::Types::UploadLayerPartRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#layer_part_blob ⇒ ::String
Returns the value of attribute layer_part_blob.
-
#part_first_byte ⇒ ::Integer
Returns the value of attribute part_first_byte.
-
#part_last_byte ⇒ ::Integer
Returns the value of attribute part_last_byte.
-
#registry_id ⇒ ::String
Returns the value of attribute registry_id.
-
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
-
#upload_id ⇒ ::String
Returns the value of attribute upload_id.
Instance Attribute Details
#layer_part_blob ⇒ ::String
Returns the value of attribute layer_part_blob.
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.
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.
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.
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.
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.
1423 1424 1425 |
# File 'sig/types.rbs', line 1423 def upload_id @upload_id end |