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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#androidTypes::OverrideButtonConfiguration

Default button content.



7906
7907
7908
7909
7910
7911
7912
7913
# File 'lib/aws-sdk-pinpoint/types.rb', line 7906

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

#default_configTypes::DefaultButtonConfiguration

Default button content.



7906
7907
7908
7909
7910
7911
7912
7913
# File 'lib/aws-sdk-pinpoint/types.rb', line 7906

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

#iosTypes::OverrideButtonConfiguration

Default button content.



7906
7907
7908
7909
7910
7911
7912
7913
# File 'lib/aws-sdk-pinpoint/types.rb', line 7906

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

#webTypes::OverrideButtonConfiguration

Default button content.



7906
7907
7908
7909
7910
7911
7912
7913
# File 'lib/aws-sdk-pinpoint/types.rb', line 7906

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