Class: Aws::Chime::Types::ListVoiceConnectorGroupsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::ListVoiceConnectorGroupsResponse
- 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_connector_groups ⇒ Array<Types::VoiceConnectorGroup>
The details of the Amazon Chime Voice Connector groups.
Instance Attribute Details
#next_token ⇒ String
The token to use to retrieve the next page of results.
5755 5756 5757 5758 5759 5760 |
# File 'lib/aws-sdk-chime/types.rb', line 5755 class ListVoiceConnectorGroupsResponse < Struct.new( :voice_connector_groups, :next_token) SENSITIVE = [] include Aws::Structure end |
#voice_connector_groups ⇒ Array<Types::VoiceConnectorGroup>
The details of the Amazon Chime Voice Connector groups.
5755 5756 5757 5758 5759 5760 |
# File 'lib/aws-sdk-chime/types.rb', line 5755 class ListVoiceConnectorGroupsResponse < Struct.new( :voice_connector_groups, :next_token) SENSITIVE = [] include Aws::Structure end |