Class: Aws::PinpointSMSVoiceV2::Types::DescribeSenderIdsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::DescribeSenderIdsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filters ⇒ Array<Types::SenderIdFilter>
An array of SenderIdFilter objects to filter the results.
-
#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.
-
#sender_ids ⇒ Array<Types::SenderIdAndCountry>
An array of SenderIdAndCountry objects to search for.
Instance Attribute Details
#filters ⇒ Array<Types::SenderIdFilter>
An array of SenderIdFilter objects to filter the results.
2807 2808 2809 2810 2811 2812 2813 2814 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2807 class DescribeSenderIdsRequest < Struct.new( :sender_ids, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return per each request.
2807 2808 2809 2810 2811 2812 2813 2814 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2807 class DescribeSenderIdsRequest < Struct.new( :sender_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.
2807 2808 2809 2810 2811 2812 2813 2814 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2807 class DescribeSenderIdsRequest < Struct.new( :sender_ids, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#sender_ids ⇒ Array<Types::SenderIdAndCountry>
An array of SenderIdAndCountry objects to search for.
2807 2808 2809 2810 2811 2812 2813 2814 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2807 class DescribeSenderIdsRequest < Struct.new( :sender_ids, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |