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.
540 541 542 |
# File 'sig/types.rbs', line 540 def last_byte_received @last_byte_received end |
#registry_id ⇒ ::String
Returns the value of attribute registry_id.
537 538 539 |
# File 'sig/types.rbs', line 537 def registry_id @registry_id end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
538 539 540 |
# File 'sig/types.rbs', line 538 def repository_name @repository_name end |
#upload_id ⇒ ::String
Returns the value of attribute upload_id.
539 540 541 |
# File 'sig/types.rbs', line 539 def upload_id @upload_id end |