Class: Aws::Chime::Types::ListVoiceConnectorGroupsRequest

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)


5893
5894
5895
5896
5897
5898
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 5893

class ListVoiceConnectorGroupsRequest < 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)


5893
5894
5895
5896
5897
5898
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 5893

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