Class: Aws::Pinpoint::Types::DeletePushTemplateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::DeletePushTemplateRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Note:
When making an API call, you may pass DeletePushTemplateRequest data as a hash:
{
template_name: "__string", # required
version: "__string",
}
Instance Attribute Summary collapse
Instance Attribute Details
#template_name ⇒ String
5109 5110 5111 5112 5113 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 5109 class DeletePushTemplateRequest < Struct.new( :template_name, :version) include Aws::Structure end |
#version ⇒ String
5109 5110 5111 5112 5113 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 5109 class DeletePushTemplateRequest < Struct.new( :template_name, :version) include Aws::Structure end |