Class: Aws::PinpointSMSVoiceV2::Types::DescribePhoneNumbersResult

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

#next_tokenString

The token to be used for the next set of paginated results. If this field is empty then there are no more results.

Returns:

  • (String)


2479
2480
2481
2482
2483
2484
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2479

class DescribePhoneNumbersResult < Struct.new(
  :phone_numbers,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#phone_numbersArray<Types::PhoneNumberInformation>

An array of PhoneNumberInformation objects that contain the details for the requested phone numbers.

Returns:



2479
2480
2481
2482
2483
2484
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2479

class DescribePhoneNumbersResult < Struct.new(
  :phone_numbers,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end