Class: Aws::SNS::Types::ListSMSSandboxPhoneNumbersResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

A ‘NextToken` string is returned when you call the `ListSMSSandboxPhoneNumbersInput` operation if additional pages of records are available.

Returns:

  • (String)


1356
1357
1358
1359
1360
1361
# File 'lib/aws-sdk-sns/types.rb', line 1356

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

#phone_numbersArray<Types::SMSSandboxPhoneNumber>

A list of the calling account’s pending and verified phone numbers.

Returns:



1356
1357
1358
1359
1360
1361
# File 'lib/aws-sdk-sns/types.rb', line 1356

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