Class: Aws::Pinpoint::Types::ListTemplateVersionsResponse

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

#template_versions_responseTypes::TemplateVersionsResponse

Provides information about all the versions of a specific message template.



9180
9181
9182
9183
9184
# File 'lib/aws-sdk-pinpoint/types.rb', line 9180

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