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.



7671
7672
7673
7674
7675
7676
7677
7678
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 7671

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

#default_configTypes::DefaultButtonConfiguration

Default button content.



7671
7672
7673
7674
7675
7676
7677
7678
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 7671

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

#iosTypes::OverrideButtonConfiguration

Default button content.



7671
7672
7673
7674
7675
7676
7677
7678
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 7671

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

#webTypes::OverrideButtonConfiguration

Default button content.



7671
7672
7673
7674
7675
7676
7677
7678
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 7671

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