Class: Aws::Types::InAppMessageButton
- Inherits:
-
Object
- Object
- Aws::Types::InAppMessageButton
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#android ⇒ Types::OverrideButtonConfiguration
Returns the value of attribute android.
-
#default_config ⇒ Types::DefaultButtonConfiguration
Returns the value of attribute default_config.
-
#ios ⇒ Types::OverrideButtonConfiguration
Returns the value of attribute ios.
-
#web ⇒ Types::OverrideButtonConfiguration
Returns the value of attribute web.
Instance Attribute Details
#android ⇒ Types::OverrideButtonConfiguration
Returns the value of attribute android.
1984 1985 1986 |
# File 'sig/types.rbs', line 1984 def android @android end |
#default_config ⇒ Types::DefaultButtonConfiguration
Returns the value of attribute default_config.
1985 1986 1987 |
# File 'sig/types.rbs', line 1985 def default_config @default_config end |
#ios ⇒ Types::OverrideButtonConfiguration
Returns the value of attribute ios.
1986 1987 1988 |
# File 'sig/types.rbs', line 1986 def ios @ios end |
#web ⇒ Types::OverrideButtonConfiguration
Returns the value of attribute web.
1987 1988 1989 |
# File 'sig/types.rbs', line 1987 def web @web end |