Class: Aws::Pinpoint::Types::GetPushTemplateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::GetPushTemplateRequest
- Defined in:
- gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#template_name ⇒ String
6874 6875 6876 6877 6878 6879 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 6874 class GetPushTemplateRequest < Struct.new( :template_name, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
6874 6875 6876 6877 6878 6879 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 6874 class GetPushTemplateRequest < Struct.new( :template_name, :version) SENSITIVE = [] include Aws::Structure end |