Class: Aws::PinpointSMSVoiceV2::Types::DescribeNotifyTemplatesRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filtersArray<Types::NotifyTemplateFilter>

An array of NotifyTemplateFilter objects to filter the results on.

Returns:



3012
3013
3014
3015
3016
3017
3018
3019
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3012

class DescribeNotifyTemplatesRequest < Struct.new(
  :template_ids,
  :filters,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return per each request.

Returns:

  • (Integer)


3012
3013
3014
3015
3016
3017
3018
3019
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3012

class DescribeNotifyTemplatesRequest < Struct.new(
  :template_ids,
  :filters,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to be used for the next set of paginated results. You don't need to supply a value for this field in the initial request.

Returns:

  • (String)


3012
3013
3014
3015
3016
3017
3018
3019
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3012

class DescribeNotifyTemplatesRequest < Struct.new(
  :template_ids,
  :filters,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#template_idsArray<String>

An array of template IDs to describe.

Returns:

  • (Array<String>)


3012
3013
3014
3015
3016
3017
3018
3019
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3012

class DescribeNotifyTemplatesRequest < Struct.new(
  :template_ids,
  :filters,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end