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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpointsmsvoicev2/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>)


2883
2884
2885
2886
2887
2888
2889
2890
2891
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2883

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.



2883
2884
2885
2886
2887
2888
2889
2890
2891
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2883

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)


2883
2884
2885
2886
2887
2888
2889
2890
2891
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2883

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)


2883
2884
2885
2886
2887
2888
2889
2890
2891
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2883

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 retreive.

Returns:

  • (Array<String>)


2883
2884
2885
2886
2887
2888
2889
2890
2891
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2883

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