Class: Aws::ChimeSDKVoice::Types::ListVoiceConnectorGroupsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::ListVoiceConnectorGroupsResponse
- 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_connector_groups ⇒ Array<Types::VoiceConnectorGroup>
The details of the Voice Connector groups.
Instance Attribute Details
#next_token ⇒ String
The token used to return the next page of results.
1826 1827 1828 1829 1830 1831 |
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 1826 class ListVoiceConnectorGroupsResponse < Struct.new( :voice_connector_groups, :next_token) SENSITIVE = [] include Aws::Structure end |
#voice_connector_groups ⇒ Array<Types::VoiceConnectorGroup>
The details of the Voice Connector groups.
1826 1827 1828 1829 1830 1831 |
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 1826 class ListVoiceConnectorGroupsResponse < Struct.new( :voice_connector_groups, :next_token) SENSITIVE = [] include Aws::Structure end |