Class: Aws::Pinpoint::Types::InAppMessageButton
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::InAppMessageButton
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Button Config for an in-app message.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#android ⇒ Types::OverrideButtonConfiguration
Default button content.
-
#default_config ⇒ Types::DefaultButtonConfiguration
Default button content.
-
#ios ⇒ Types::OverrideButtonConfiguration
Default button content.
-
#web ⇒ Types::OverrideButtonConfiguration
Default button content.
Instance Attribute Details
#android ⇒ Types::OverrideButtonConfiguration
Default button content.
7929 7930 7931 7932 7933 7934 7935 7936 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 7929 class InAppMessageButton < Struct.new( :android, :default_config, :ios, :web) SENSITIVE = [] include Aws::Structure end |
#default_config ⇒ Types::DefaultButtonConfiguration
Default button content.
7929 7930 7931 7932 7933 7934 7935 7936 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 7929 class InAppMessageButton < Struct.new( :android, :default_config, :ios, :web) SENSITIVE = [] include Aws::Structure end |
#ios ⇒ Types::OverrideButtonConfiguration
Default button content.
7929 7930 7931 7932 7933 7934 7935 7936 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 7929 class InAppMessageButton < Struct.new( :android, :default_config, :ios, :web) SENSITIVE = [] include Aws::Structure end |
#web ⇒ Types::OverrideButtonConfiguration
Default button content.
7929 7930 7931 7932 7933 7934 7935 7936 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 7929 class InAppMessageButton < Struct.new( :android, :default_config, :ios, :web) SENSITIVE = [] include Aws::Structure end |