Class: Aws::PinpointSMSVoiceV2::Types::DescribeVerifiedDestinationNumbersRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#destination_phone_numbersArray<String>

An array of verified destination phone number, in E.164 format.

Returns:

  • (Array<String>)


3099
3100
3101
3102
3103
3104
3105
3106
3107
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3099

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

#filtersArray<Types::VerifiedDestinationNumberFilter>

An array of VerifiedDestinationNumberFilter objects to filter the results.



3099
3100
3101
3102
3103
3104
3105
3106
3107
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3099

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

#max_resultsInteger

The maximum number of results to return per each request.

Returns:

  • (Integer)


3099
3100
3101
3102
3103
3104
3105
3106
3107
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3099

class DescribeVerifiedDestinationNumbersRequest < Struct.new(
  :verified_destination_number_ids,
  :destination_phone_numbers,
  :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)


3099
3100
3101
3102
3103
3104
3105
3106
3107
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3099

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

#verified_destination_number_idsArray<String>

An array of VerifiedDestinationNumberid to retrieve.

Returns:

  • (Array<String>)


3099
3100
3101
3102
3103
3104
3105
3106
3107
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3099

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