Class: Aws::Types::CustomActionURLOperation
- Inherits:
-
Object
- Object
- Aws::Types::CustomActionURLOperation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#url_target ⇒ "NEW_TAB", ...
Returns the value of attribute url_target.
-
#url_template ⇒ ::String
Returns the value of attribute url_template.
Instance Attribute Details
#url_target ⇒ "NEW_TAB", ...
Returns the value of attribute url_target.
2836 2837 2838 |
# File 'sig/types.rbs', line 2836 def url_target @url_target end |
#url_template ⇒ ::String
Returns the value of attribute url_template.
2835 2836 2837 |
# File 'sig/types.rbs', line 2835 def url_template @url_template end |