Class: Aws::Types::DownloadUrl
- Inherits:
-
Object
- Object
- Aws::Types::DownloadUrl
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#expiry_date ⇒ ::String
Returns the value of attribute expiry_date.
-
#url ⇒ ::String
Returns the value of attribute url.
Instance Attribute Details
#expiry_date ⇒ ::String
Returns the value of attribute expiry_date.
328 329 330 |
# File 'sig/types.rbs', line 328 def expiry_date @expiry_date end |
#url ⇒ ::String
Returns the value of attribute url.
327 328 329 |
# File 'sig/types.rbs', line 327 def url @url end |