Class: Aws::Types::CompleteLayerUploadRequest
- Inherits:
-
Object
- Object
- Aws::Types::CompleteLayerUploadRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#layer_digests ⇒ ::Array[::String]
Returns the value of attribute layer_digests.
-
#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_digests ⇒ ::Array[::String]
Returns the value of attribute layer_digests.
98 99 100 |
# File 'sig/types.rbs', line 98 def layer_digests @layer_digests end |
#registry_id ⇒ ::String
Returns the value of attribute registry_id.
95 96 97 |
# File 'sig/types.rbs', line 95 def registry_id @registry_id end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
96 97 98 |
# File 'sig/types.rbs', line 96 def repository_name @repository_name end |
#upload_id ⇒ ::String
Returns the value of attribute upload_id.
97 98 99 |
# File 'sig/types.rbs', line 97 def upload_id @upload_id end |