Class: Aws::Types::CompleteLayerUploadResponse
- Inherits:
-
Object
- Object
- Aws::Types::CompleteLayerUploadResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#layer_digest ⇒ ::String
Returns the value of attribute layer_digest.
-
#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_digest ⇒ ::String
Returns the value of attribute layer_digest.
106 107 108 |
# File 'sig/types.rbs', line 106 def layer_digest @layer_digest end |
#registry_id ⇒ ::String
Returns the value of attribute registry_id.
103 104 105 |
# File 'sig/types.rbs', line 103 def registry_id @registry_id end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
104 105 106 |
# File 'sig/types.rbs', line 104 def repository_name @repository_name end |
#upload_id ⇒ ::String
Returns the value of attribute upload_id.
105 106 107 |
# File 'sig/types.rbs', line 105 def upload_id @upload_id end |