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
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#next_token ⇒ String
8646 8647 8648 8649 8650 8651 8652 8653 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 8646 class ListTemplateVersionsRequest < Struct.new( :next_token, :page_size, :template_name, :template_type) SENSITIVE = [] include Aws::Structure end |
#page_size ⇒ String
8646 8647 8648 8649 8650 8651 8652 8653 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 8646 class ListTemplateVersionsRequest < Struct.new( :next_token, :page_size, :template_name, :template_type) SENSITIVE = [] include Aws::Structure end |
#template_name ⇒ String
8646 8647 8648 8649 8650 8651 8652 8653 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 8646 class ListTemplateVersionsRequest < Struct.new( :next_token, :page_size, :template_name, :template_type) SENSITIVE = [] include Aws::Structure end |
#template_type ⇒ String
8646 8647 8648 8649 8650 8651 8652 8653 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 8646 class ListTemplateVersionsRequest < Struct.new( :next_token, :page_size, :template_name, :template_type) SENSITIVE = [] include Aws::Structure end |