Class: Aws::Pinpoint::Types::InAppTemplateResponse

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

Overview

In-App Template Response.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The resource arn of the template.

Returns:

  • (String)


8148
8149
8150
8151
8152
8153
8154
8155
8156
8157
8158
8159
8160
8161
8162
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 8148

class InAppTemplateResponse < Struct.new(
  :arn,
  :content,
  :creation_date,
  :custom_config,
  :last_modified_date,
  :layout,
  :tags,
  :template_description,
  :template_name,
  :template_type,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#contentArray<Types::InAppMessageContent>

The content of the message, can include up to 5 modals. Each modal must contain a message, a header, and background color. ImageUrl and buttons are optional.

Returns:



8148
8149
8150
8151
8152
8153
8154
8155
8156
8157
8158
8159
8160
8161
8162
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 8148

class InAppTemplateResponse < Struct.new(
  :arn,
  :content,
  :creation_date,
  :custom_config,
  :last_modified_date,
  :layout,
  :tags,
  :template_description,
  :template_name,
  :template_type,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#creation_dateString

The creation date of the template.

Returns:

  • (String)


8148
8149
8150
8151
8152
8153
8154
8155
8156
8157
8158
8159
8160
8161
8162
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 8148

class InAppTemplateResponse < Struct.new(
  :arn,
  :content,
  :creation_date,
  :custom_config,
  :last_modified_date,
  :layout,
  :tags,
  :template_description,
  :template_name,
  :template_type,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#custom_configHash<String,String>

Custom config to be sent to client.

Returns:

  • (Hash<String,String>)


8148
8149
8150
8151
8152
8153
8154
8155
8156
8157
8158
8159
8160
8161
8162
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 8148

class InAppTemplateResponse < Struct.new(
  :arn,
  :content,
  :creation_date,
  :custom_config,
  :last_modified_date,
  :layout,
  :tags,
  :template_description,
  :template_name,
  :template_type,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_dateString

The last modified date of the template.

Returns:

  • (String)


8148
8149
8150
8151
8152
8153
8154
8155
8156
8157
8158
8159
8160
8161
8162
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 8148

class InAppTemplateResponse < Struct.new(
  :arn,
  :content,
  :creation_date,
  :custom_config,
  :last_modified_date,
  :layout,
  :tags,
  :template_description,
  :template_name,
  :template_type,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#layoutString

The layout of the message.

Returns:

  • (String)


8148
8149
8150
8151
8152
8153
8154
8155
8156
8157
8158
8159
8160
8161
8162
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 8148

class InAppTemplateResponse < Struct.new(
  :arn,
  :content,
  :creation_date,
  :custom_config,
  :last_modified_date,
  :layout,
  :tags,
  :template_description,
  :template_name,
  :template_type,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Tags map that contains arn and InternalId for API GW.

Returns:

  • (Hash<String,String>)


8148
8149
8150
8151
8152
8153
8154
8155
8156
8157
8158
8159
8160
8161
8162
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 8148

class InAppTemplateResponse < Struct.new(
  :arn,
  :content,
  :creation_date,
  :custom_config,
  :last_modified_date,
  :layout,
  :tags,
  :template_description,
  :template_name,
  :template_type,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#template_descriptionString

The description of the template.

Returns:

  • (String)


8148
8149
8150
8151
8152
8153
8154
8155
8156
8157
8158
8159
8160
8161
8162
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 8148

class InAppTemplateResponse < Struct.new(
  :arn,
  :content,
  :creation_date,
  :custom_config,
  :last_modified_date,
  :layout,
  :tags,
  :template_description,
  :template_name,
  :template_type,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#template_nameString

The name of the template.

Returns:

  • (String)


8148
8149
8150
8151
8152
8153
8154
8155
8156
8157
8158
8159
8160
8161
8162
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 8148

class InAppTemplateResponse < Struct.new(
  :arn,
  :content,
  :creation_date,
  :custom_config,
  :last_modified_date,
  :layout,
  :tags,
  :template_description,
  :template_name,
  :template_type,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#template_typeString

The type of channel that the message template is designed for. For an in-app message template, this value is INAPP.

Returns:

  • (String)


8148
8149
8150
8151
8152
8153
8154
8155
8156
8157
8158
8159
8160
8161
8162
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 8148

class InAppTemplateResponse < Struct.new(
  :arn,
  :content,
  :creation_date,
  :custom_config,
  :last_modified_date,
  :layout,
  :tags,
  :template_description,
  :template_name,
  :template_type,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#versionString

The version id of the template.

Returns:

  • (String)


8148
8149
8150
8151
8152
8153
8154
8155
8156
8157
8158
8159
8160
8161
8162
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 8148

class InAppTemplateResponse < Struct.new(
  :arn,
  :content,
  :creation_date,
  :custom_config,
  :last_modified_date,
  :layout,
  :tags,
  :template_description,
  :template_name,
  :template_type,
  :version)
  SENSITIVE = []
  include Aws::Structure
end