Class: Aws::ChimeSDKVoice::Types::CreateVoiceConnectorGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::CreateVoiceConnectorGroupRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkvoice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the Voice Connector group.
-
#voice_connector_items ⇒ Array<Types::VoiceConnectorItem>
Lists the Voice Connectors that inbound calls are routed to.
Instance Attribute Details
#name ⇒ String
The name of the Voice Connector group.
533 534 535 536 537 538 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 533 class CreateVoiceConnectorGroupRequest < Struct.new( :name, :voice_connector_items) SENSITIVE = [] include Aws::Structure end |
#voice_connector_items ⇒ Array<Types::VoiceConnectorItem>
Lists the Voice Connectors that inbound calls are routed to.
533 534 535 536 537 538 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 533 class CreateVoiceConnectorGroupRequest < Struct.new( :name, :voice_connector_items) SENSITIVE = [] include Aws::Structure end |