Class: Aws::ChimeSDKVoice::Types::ListVoiceConnectorsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token used to return the next page of results.

Returns:

  • (String)


1884
1885
1886
1887
1888
1889
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 1884

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

#voice_connectorsArray<Types::VoiceConnector>

The details of the Voice Connectors.

Returns:



1884
1885
1886
1887
1888
1889
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 1884

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