Class: Aws::Pinpoint::Types::TemplateCreateMessageBody
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::TemplateCreateMessageBody
- Includes:
- Structure
- Defined in:
- 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
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the message template that was created.
-
#message ⇒ String
The message that’s returned from the API for the request to create the message template.
-
#request_id ⇒ String
The unique identifier for the request to create the message template.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the message template that was created.
11984 11985 11986 11987 11988 11989 11990 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 11984 class TemplateCreateMessageBody < Struct.new( :arn, :message, :request_id) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The message that’s returned from the API for the request to create the message template.
11984 11985 11986 11987 11988 11989 11990 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 11984 class TemplateCreateMessageBody < Struct.new( :arn, :message, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The unique identifier for the request to create the message template.
11984 11985 11986 11987 11988 11989 11990 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 11984 class TemplateCreateMessageBody < Struct.new( :arn, :message, :request_id) SENSITIVE = [] include Aws::Structure end |