Class: Aws::Pinpoint::Types::ListTemplatesRequest

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)


9176
9177
9178
9179
9180
9181
9182
9183
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 9176

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

#page_sizeString

Returns:

  • (String)


9176
9177
9178
9179
9180
9181
9182
9183
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 9176

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

#prefixString

Returns:

  • (String)


9176
9177
9178
9179
9180
9181
9182
9183
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 9176

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

#template_typeString

Returns:

  • (String)


9176
9177
9178
9179
9180
9181
9182
9183
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 9176

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