Class: Aws::Types::RcsOpenUrlAction
- Inherits:
-
Object
- Object
- Aws::Types::RcsOpenUrlAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application ⇒ ::String
Returns the value of attribute application.
-
#postback_data ⇒ ::String
Returns the value of attribute postback_data.
-
#text ⇒ ::String
Returns the value of attribute text.
-
#url ⇒ ::String
Returns the value of attribute url.
-
#webview_view_mode ⇒ ::String
Returns the value of attribute webview_view_mode.
Instance Attribute Details
#application ⇒ ::String
Returns the value of attribute application.
1628 1629 1630 |
# File 'sig/types.rbs', line 1628 def application @application end |
#postback_data ⇒ ::String
Returns the value of attribute postback_data.
1626 1627 1628 |
# File 'sig/types.rbs', line 1626 def postback_data @postback_data end |
#text ⇒ ::String
Returns the value of attribute text.
1625 1626 1627 |
# File 'sig/types.rbs', line 1625 def text @text end |
#url ⇒ ::String
Returns the value of attribute url.
1627 1628 1629 |
# File 'sig/types.rbs', line 1627 def url @url end |
#webview_view_mode ⇒ ::String
Returns the value of attribute webview_view_mode.
1629 1630 1631 |
# File 'sig/types.rbs', line 1629 def webview_view_mode @webview_view_mode end |