Class: Aws::Pinpoint::Types::TemplateCreateMessageBody

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

Overview

Provides information about a request to create a message template.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the message template that was created.

Returns:

  • (String)


11923
11924
11925
11926
11927
11928
11929
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 11923

class TemplateCreateMessageBody < Struct.new(
  :arn,
  :message,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

The message that's returned from the API for the request to create the message template.

Returns:

  • (String)


11923
11924
11925
11926
11927
11928
11929
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 11923

class TemplateCreateMessageBody < Struct.new(
  :arn,
  :message,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#request_idString

The unique identifier for the request to create the message template.

Returns:

  • (String)


11923
11924
11925
11926
11927
11928
11929
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 11923

class TemplateCreateMessageBody < Struct.new(
  :arn,
  :message,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end