Class: Aws::Chime::Types::ListVoiceConnectorGroupsResponse

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

#next_tokenString

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

Returns:

  • (String)


5910
5911
5912
5913
5914
5915
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 5910

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

#voice_connector_groupsArray<Types::VoiceConnectorGroup>

The details of the Amazon Chime Voice Connector groups.

Returns:



5910
5911
5912
5913
5914
5915
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 5910

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