Class: Aws::Chime::Types::CreateVoiceConnectorGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::CreateVoiceConnectorGroupRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the Amazon Chime Voice Connector group.
-
#voice_connector_items ⇒ Array<Types::VoiceConnectorItem>
The Amazon Chime Voice Connectors to route inbound calls to.
Instance Attribute Details
#name ⇒ String
The name of the Amazon Chime Voice Connector group.
2584 2585 2586 2587 2588 2589 |
# File 'lib/aws-sdk-chime/types.rb', line 2584 class CreateVoiceConnectorGroupRequest < Struct.new( :name, :voice_connector_items) SENSITIVE = [] include Aws::Structure end |
#voice_connector_items ⇒ Array<Types::VoiceConnectorItem>
The Amazon Chime Voice Connectors to route inbound calls to.
2584 2585 2586 2587 2588 2589 |
# File 'lib/aws-sdk-chime/types.rb', line 2584 class CreateVoiceConnectorGroupRequest < Struct.new( :name, :voice_connector_items) SENSITIVE = [] include Aws::Structure end |