Class: Aws::PinpointSMSVoiceV2::Types::DescribeSenderIdsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::DescribeSenderIdsRequest
- Defined in:
- gems/aws-sdk-pinpointsmsvoicev2/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.
-
#owner ⇒ String
Use
SELFto filter the list of Sender Ids to ones your account owns or useSHAREDto filter on Sender Ids shared with your account. -
#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.
3091 3092 3093 3094 3095 3096 3097 3098 3099 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3091 class DescribeSenderIdsRequest < Struct.new( :sender_ids, :filters, :next_token, :max_results, :owner) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return per each request.
3091 3092 3093 3094 3095 3096 3097 3098 3099 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3091 class DescribeSenderIdsRequest < Struct.new( :sender_ids, :filters, :next_token, :max_results, :owner) 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.
3091 3092 3093 3094 3095 3096 3097 3098 3099 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3091 class DescribeSenderIdsRequest < Struct.new( :sender_ids, :filters, :next_token, :max_results, :owner) SENSITIVE = [] include Aws::Structure end |
#owner ⇒ String
Use SELF to filter the list of Sender Ids to ones your account
owns or use SHARED to filter on Sender Ids shared with your
account. The Owner and SenderIds parameters can't be used at
the same time.
3091 3092 3093 3094 3095 3096 3097 3098 3099 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3091 class DescribeSenderIdsRequest < Struct.new( :sender_ids, :filters, :next_token, :max_results, :owner) SENSITIVE = [] include Aws::Structure end |
#sender_ids ⇒ Array<Types::SenderIdAndCountry>
An array of SenderIdAndCountry objects to search for.
If you are using a shared End User Messaging SMS resource then you must use the full Amazon Resource Name(ARN).
3091 3092 3093 3094 3095 3096 3097 3098 3099 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3091 class DescribeSenderIdsRequest < Struct.new( :sender_ids, :filters, :next_token, :max_results, :owner) SENSITIVE = [] include Aws::Structure end |