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)


1976
1977
1978
1979
1980
1981
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 1976

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

#voice_connectorsArray<Types::VoiceConnector>

The details of the Voice Connectors.

Returns:



1976
1977
1978
1979
1980
1981
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 1976

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