Class: Aws::Pinpoint::Types::ListTemplateVersionsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

Returns:

  • (String)


9140
9141
9142
9143
9144
9145
9146
9147
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 9140

class ListTemplateVersionsRequest < Struct.new(
  :next_token,
  :page_size,
  :template_name,
  :template_type)
  SENSITIVE = []
  include Aws::Structure
end

#page_sizeString

Returns:

  • (String)


9140
9141
9142
9143
9144
9145
9146
9147
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 9140

class ListTemplateVersionsRequest < Struct.new(
  :next_token,
  :page_size,
  :template_name,
  :template_type)
  SENSITIVE = []
  include Aws::Structure
end

#template_nameString

Returns:

  • (String)


9140
9141
9142
9143
9144
9145
9146
9147
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 9140

class ListTemplateVersionsRequest < Struct.new(
  :next_token,
  :page_size,
  :template_name,
  :template_type)
  SENSITIVE = []
  include Aws::Structure
end

#template_typeString

Returns:

  • (String)


9140
9141
9142
9143
9144
9145
9146
9147
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 9140

class ListTemplateVersionsRequest < Struct.new(
  :next_token,
  :page_size,
  :template_name,
  :template_type)
  SENSITIVE = []
  include Aws::Structure
end