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)


1628
1629
1630
# File 'sig/types.rbs', line 1628

def application
  @application
end

#postback_data::String

Returns the value of attribute postback_data.

Returns:

  • (::String)


1626
1627
1628
# File 'sig/types.rbs', line 1626

def postback_data
  @postback_data
end

#text::String

Returns the value of attribute text.

Returns:

  • (::String)


1625
1626
1627
# File 'sig/types.rbs', line 1625

def text
  @text
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1629
1630
1631
# File 'sig/types.rbs', line 1629

def webview_view_mode
  @webview_view_mode
end