Class: Aws::Types::UploadLayerPartResponse
- Inherits:
-
Object
- Object
- Aws::Types::UploadLayerPartResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#last_byte_received ⇒ ::Integer
Returns the value of attribute last_byte_received.
-
#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
#last_byte_received ⇒ ::Integer
Returns the value of attribute last_byte_received.
1434 1435 1436 |
# File 'sig/types.rbs', line 1434 def last_byte_received @last_byte_received end |
#registry_id ⇒ ::String
Returns the value of attribute registry_id.
1431 1432 1433 |
# File 'sig/types.rbs', line 1431 def registry_id @registry_id end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
1432 1433 1434 |
# File 'sig/types.rbs', line 1432 def repository_name @repository_name end |
#upload_id ⇒ ::String
Returns the value of attribute upload_id.
1433 1434 1435 |
# File 'sig/types.rbs', line 1433 def upload_id @upload_id end |