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.
588 589 590 |
# File 'sig/types.rbs', line 588 def local_path @local_path end |
#url ⇒ ::String
Returns the value of attribute url.
587 588 589 |
# File 'sig/types.rbs', line 587 def url @url end |