Class: Aws::PinpointSMSVoiceV2::Types::DescribeVerifiedDestinationNumbersResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::DescribeVerifiedDestinationNumbersResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to be used for the next set of paginated results.
-
#verified_destination_numbers ⇒ Array<Types::VerifiedDestinationNumberInformation>
An array of VerifiedDestinationNumberInformation objects.
Instance Attribute Details
#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.
3120 3121 3122 3123 3124 3125 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3120 class DescribeVerifiedDestinationNumbersResult < Struct.new( :verified_destination_numbers, :next_token) SENSITIVE = [] include Aws::Structure end |
#verified_destination_numbers ⇒ Array<Types::VerifiedDestinationNumberInformation>
An array of VerifiedDestinationNumberInformation objects
3120 3121 3122 3123 3124 3125 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3120 class DescribeVerifiedDestinationNumbersResult < Struct.new( :verified_destination_numbers, :next_token) SENSITIVE = [] include Aws::Structure end |