Class: Aws::Pinpoint::Types::ListTemplateVersionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::ListTemplateVersionsRequest
- Defined in:
- gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb
Overview
Note:
When making an API call, you may pass ListTemplateVersionsRequest data as a hash:
{
next_token: "__string",
page_size: "__string",
template_name: "__string", # required
template_type: "__string", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#next_token ⇒ String
12361 12362 12363 12364 12365 12366 12367 12368 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 12361 class ListTemplateVersionsRequest < Struct.new( :next_token, :page_size, :template_name, :template_type) SENSITIVE = [] include Aws::Structure end |
#page_size ⇒ String
12361 12362 12363 12364 12365 12366 12367 12368 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 12361 class ListTemplateVersionsRequest < Struct.new( :next_token, :page_size, :template_name, :template_type) SENSITIVE = [] include Aws::Structure end |
#template_name ⇒ String
12361 12362 12363 12364 12365 12366 12367 12368 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 12361 class ListTemplateVersionsRequest < Struct.new( :next_token, :page_size, :template_name, :template_type) SENSITIVE = [] include Aws::Structure end |
#template_type ⇒ String
12361 12362 12363 12364 12365 12366 12367 12368 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 12361 class ListTemplateVersionsRequest < Struct.new( :next_token, :page_size, :template_name, :template_type) SENSITIVE = [] include Aws::Structure end |