Class: Aws::Chime::Types::ListVoiceConnectorsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::ListVoiceConnectorsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
-
#voice_connectors ⇒ Array<Types::VoiceConnector>
The details of the Amazon Chime Voice Connectors.
Instance Attribute Details
#next_token ⇒ String
The token to use to retrieve the next page of results.
5968 5969 5970 5971 5972 5973 |
# File 'lib/aws-sdk-chime/types.rb', line 5968 class ListVoiceConnectorsResponse < Struct.new( :voice_connectors, :next_token) SENSITIVE = [] include Aws::Structure end |
#voice_connectors ⇒ Array<Types::VoiceConnector>
The details of the Amazon Chime Voice Connectors.
5968 5969 5970 5971 5972 5973 |
# File 'lib/aws-sdk-chime/types.rb', line 5968 class ListVoiceConnectorsResponse < Struct.new( :voice_connectors, :next_token) SENSITIVE = [] include Aws::Structure end |