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.
47 48 49 |
# File 'sig/types.rbs', line 47 def layer_digests @layer_digests end |
#registry_id ⇒ ::String
Returns the value of attribute registry_id.
44 45 46 |
# File 'sig/types.rbs', line 44 def registry_id @registry_id end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
45 46 47 |
# File 'sig/types.rbs', line 45 def repository_name @repository_name end |
#upload_id ⇒ ::String
Returns the value of attribute upload_id.
46 47 48 |
# File 'sig/types.rbs', line 46 def upload_id @upload_id end |