Class: Aws::Types::RcsOpenUrlAction

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application ⇒ ::String

Returns the value of attribute application.

Returns:

  • (::String)


1659
1660
1661
# File 'sig/types.rbs', line 1659

def application
  @application
end

#postback_data ⇒ ::String

Returns the value of attribute postback_data.

Returns:

  • (::String)


1657
1658
1659
# File 'sig/types.rbs', line 1657

def postback_data
  @postback_data
end

#text ⇒ ::String

Returns the value of attribute text.

Returns:

  • (::String)


1656
1657
1658
# File 'sig/types.rbs', line 1656

def text
  @text
end

#url ⇒ ::String

Returns the value of attribute url.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1660
1661
1662
# File 'sig/types.rbs', line 1660

def webview_view_mode
  @webview_view_mode
end