Class: Aws::Types::GetDownloadUrlForLayerRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetDownloadUrlForLayerRequest
- 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.
Instance Attribute Details
#layer_digest ⇒ ::String
Returns the value of attribute layer_digest.
480 481 482 |
# File 'sig/types.rbs', line 480 def layer_digest @layer_digest end |
#registry_id ⇒ ::String
Returns the value of attribute registry_id.
478 479 480 |
# File 'sig/types.rbs', line 478 def registry_id @registry_id end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
479 480 481 |
# File 'sig/types.rbs', line 479 def repository_name @repository_name end |