Class: Aws::Types::DownloadUrlMetadata
- Inherits:
-
Object
- Object
- Aws::Types::DownloadUrlMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#url ⇒ ::String
Returns the value of attribute url.
-
#url_expiry ⇒ ::String
Returns the value of attribute url_expiry.
Instance Attribute Details
#url ⇒ ::String
Returns the value of attribute url.
3204 3205 3206 |
# File 'sig/types.rbs', line 3204 def url @url end |
#url_expiry ⇒ ::String
Returns the value of attribute url_expiry.
3205 3206 3207 |
# File 'sig/types.rbs', line 3205 def url_expiry @url_expiry end |