Class: Aws::Chime::Types::ListVoiceConnectorsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of results to return in a single call.

Returns:

  • (Integer)


5951
5952
5953
5954
5955
5956
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 5951

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

#next_tokenString

The token to use to retrieve the next page of results.

Returns:

  • (String)


5951
5952
5953
5954
5955
5956
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 5951

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