Class: Aws::Pinpoint::Types::InAppMessageButton

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb

Overview

Button Config for an in-app message.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#androidTypes::OverrideButtonConfiguration

Default button content.



7930
7931
7932
7933
7934
7935
7936
7937
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 7930

class InAppMessageButton < Struct.new(
  :android,
  :default_config,
  :ios,
  :web)
  SENSITIVE = []
  include Aws::Structure
end

#default_configTypes::DefaultButtonConfiguration

Default button content.



7930
7931
7932
7933
7934
7935
7936
7937
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 7930

class InAppMessageButton < Struct.new(
  :android,
  :default_config,
  :ios,
  :web)
  SENSITIVE = []
  include Aws::Structure
end

#iosTypes::OverrideButtonConfiguration

Default button content.



7930
7931
7932
7933
7934
7935
7936
7937
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 7930

class InAppMessageButton < Struct.new(
  :android,
  :default_config,
  :ios,
  :web)
  SENSITIVE = []
  include Aws::Structure
end

#webTypes::OverrideButtonConfiguration

Default button content.



7930
7931
7932
7933
7934
7935
7936
7937
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 7930

class InAppMessageButton < Struct.new(
  :android,
  :default_config,
  :ios,
  :web)
  SENSITIVE = []
  include Aws::Structure
end