Class: Aws::Chime::Types::ListVoiceConnectorsResponse

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)


5968
5969
5970
5971
5972
5973
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 5968

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

#voice_connectorsArray<Types::VoiceConnector>

The details of the Amazon Chime Voice Connectors.

Returns:



5968
5969
5970
5971
5972
5973
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 5968

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