Class: Aws::ChimeSDKVoice::Types::ListVoiceConnectorsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::ListVoiceConnectorsResponse
- Defined in:
- gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token used to return the next page of results.
-
#voice_connectors ⇒ Array<Types::VoiceConnector>
The details of the Voice Connectors.
Instance Attribute Details
#next_token ⇒ String
The token used to return the next page of results.
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_connectors ⇒ Array<Types::VoiceConnector>
The details of the Voice Connectors.
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 |