Class: Aws::PinpointSMSVoiceV2::Types::DescribePhoneNumbersRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::DescribePhoneNumbersRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filters ⇒ Array<Types::PhoneNumberFilter>
An array of PhoneNumberFilter 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.
-
#phone_number_ids ⇒ Array<String>
The unique identifier of phone numbers to find information about.
Instance Attribute Details
#filters ⇒ Array<Types::PhoneNumberFilter>
An array of PhoneNumberFilter objects to filter the results.
2276 2277 2278 2279 2280 2281 2282 2283 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2276 class DescribePhoneNumbersRequest < Struct.new( :phone_number_ids, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return per each request.
2276 2277 2278 2279 2280 2281 2282 2283 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2276 class DescribePhoneNumbersRequest < Struct.new( :phone_number_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.
2276 2277 2278 2279 2280 2281 2282 2283 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2276 class DescribePhoneNumbersRequest < Struct.new( :phone_number_ids, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#phone_number_ids ⇒ Array<String>
The unique identifier of phone numbers to find information about. This is an array of strings that can be either the PhoneNumberId or PhoneNumberArn.
2276 2277 2278 2279 2280 2281 2282 2283 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2276 class DescribePhoneNumbersRequest < Struct.new( :phone_number_ids, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |