Class: Aws::PinpointSMSVoiceV2::Types::DescribeNotifyConfigurationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::DescribeNotifyConfigurationsRequest
- Defined in:
- gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filters ⇒ Array<Types::NotifyConfigurationFilter>
An array of NotifyConfigurationFilter objects to filter the results on.
-
#max_results ⇒ Integer
The maximum number of results to return per each request.
-
#next_token ⇒ String
The token to be used for the next set of paginated results.
-
#notify_configuration_ids ⇒ Array<String>
An array of notify configuration IDs to describe.
Instance Attribute Details
#filters ⇒ Array<Types::NotifyConfigurationFilter>
An array of NotifyConfigurationFilter objects to filter the results on.
2965 2966 2967 2968 2969 2970 2971 2972 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2965 class DescribeNotifyConfigurationsRequest < Struct.new( :notify_configuration_ids, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return per each request.
2965 2966 2967 2968 2969 2970 2971 2972 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2965 class DescribeNotifyConfigurationsRequest < Struct.new( :notify_configuration_ids, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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.
2965 2966 2967 2968 2969 2970 2971 2972 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2965 class DescribeNotifyConfigurationsRequest < Struct.new( :notify_configuration_ids, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#notify_configuration_ids ⇒ Array<String>
An array of notify configuration IDs to describe.
2965 2966 2967 2968 2969 2970 2971 2972 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2965 class DescribeNotifyConfigurationsRequest < Struct.new( :notify_configuration_ids, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |