Class: Aws::Pinpoint::Types::ListTemplatesResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#templates_responseTypes::TemplatesResponse

Provides information about all the message templates that are associated with your Amazon Pinpoint account.



9192
9193
9194
9195
9196
# File 'lib/aws-sdk-pinpoint/types.rb', line 9192

class ListTemplatesResponse < Struct.new(
  :templates_response)
  SENSITIVE = []
  include Aws::Structure
end