Class: Aws::PinpointSMSVoiceV2::Types::DescribeNotifyTemplatesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::DescribeNotifyTemplatesResult
- Defined in:
- gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to be used for the next set of paginated results.
-
#notify_templates ⇒ Array<Types::NotifyTemplateInformation>
An array of NotifyTemplateInformation objects that contain the results.
Instance Attribute Details
#next_token ⇒ String
The token to be used for the next set of paginated results. If this field is empty then there are no more results.
3033 3034 3035 3036 3037 3038 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3033 class DescribeNotifyTemplatesResult < Struct.new( :notify_templates, :next_token) SENSITIVE = [] include Aws::Structure end |
#notify_templates ⇒ Array<Types::NotifyTemplateInformation>
An array of NotifyTemplateInformation objects that contain the results.
3033 3034 3035 3036 3037 3038 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3033 class DescribeNotifyTemplatesResult < Struct.new( :notify_templates, :next_token) SENSITIVE = [] include Aws::Structure end |