Class: Aws::Types::InitiateLayerUploadResponse
- Inherits:
-
Object
- Object
- Aws::Types::InitiateLayerUploadResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#part_size ⇒ ::Integer
Returns the value of attribute part_size.
-
#upload_id ⇒ ::String
Returns the value of attribute upload_id.
Instance Attribute Details
#part_size ⇒ ::Integer
Returns the value of attribute part_size.
712 713 714 |
# File 'sig/types.rbs', line 712 def part_size @part_size end |
#upload_id ⇒ ::String
Returns the value of attribute upload_id.
711 712 713 |
# File 'sig/types.rbs', line 711 def upload_id @upload_id end |