Class: Aws::Pinpoint::Types::ListTemplatesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::ListTemplatesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#templates_response ⇒ Types::TemplatesResponse
Provides information about all the message templates that are associated with your Amazon Pinpoint account.
Instance Attribute Details
#templates_response ⇒ Types::TemplatesResponse
Provides information about all the message templates that are associated with your Amazon Pinpoint account.
9215 9216 9217 9218 9219 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 9215 class ListTemplatesResponse < Struct.new( :templates_response) SENSITIVE = [] include Aws::Structure end |