Class: Aws::Pinpoint::Types::CreateTemplateMessageBody

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)


3129
3130
3131
3132
3133
3134
3135
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 3129

class CreateTemplateMessageBody < 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)


3129
3130
3131
3132
3133
3134
3135
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 3129

class CreateTemplateMessageBody < 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)


3129
3130
3131
3132
3133
3134
3135
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 3129

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