Class: Aws::Types::GetDownloadUrlForLayerResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetDownloadUrlForLayerResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#download_url ⇒ ::String
Returns the value of attribute download_url.
-
#layer_digest ⇒ ::String
Returns the value of attribute layer_digest.
Instance Attribute Details
#download_url ⇒ ::String
Returns the value of attribute download_url.
485 486 487 |
# File 'sig/types.rbs', line 485 def download_url @download_url end |
#layer_digest ⇒ ::String
Returns the value of attribute layer_digest.
486 487 488 |
# File 'sig/types.rbs', line 486 def layer_digest @layer_digest end |