Class: Aws::Types::AuthorizedUrl
- Inherits:
-
Object
- Object
- Aws::Types::AuthorizedUrl
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#local_path ⇒ ::String
Returns the value of attribute local_path.
-
#url ⇒ ::String
Returns the value of attribute url.
Instance Attribute Details
#local_path ⇒ ::String
Returns the value of attribute local_path.
573 574 575 |
# File 'sig/types.rbs', line 573 def local_path @local_path end |
#url ⇒ ::String
Returns the value of attribute url.
572 573 574 |
# File 'sig/types.rbs', line 572 def url @url end |