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.
1659 1660 1661 |
# File 'sig/types.rbs', line 1659 def application @application end |
#postback_data ⇒ ::String
Returns the value of attribute postback_data.
1657 1658 1659 |
# File 'sig/types.rbs', line 1657 def postback_data @postback_data end |
#text ⇒ ::String
Returns the value of attribute text.
1656 1657 1658 |
# File 'sig/types.rbs', line 1656 def text @text end |
#url ⇒ ::String
Returns the value of attribute url.
1658 1659 1660 |
# File 'sig/types.rbs', line 1658 def url @url end |
#webview_view_mode ⇒ ::String
Returns the value of attribute webview_view_mode.
1660 1661 1662 |
# File 'sig/types.rbs', line 1660 def webview_view_mode @webview_view_mode end |