Class: Aws::SNS::Types::ListSMSSandboxPhoneNumbersInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of phone numbers to return.

Returns:

  • (Integer)


1337
1338
1339
1340
1341
1342
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 1337

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

#next_tokenString

Token that the previous ListSMSSandboxPhoneNumbersInput request returns.

Returns:

  • (String)


1337
1338
1339
1340
1341
1342
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 1337

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