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.
2705 2706 2707 |
# File 'sig/types.rbs', line 2705 def url_target @url_target end |
#url_template ⇒ ::String
Returns the value of attribute url_template.
2704 2705 2706 |
# File 'sig/types.rbs', line 2704 def url_template @url_template end |