Class: Aws::ChimeSDKVoice::Types::CreateVoiceConnectorRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::CreateVoiceConnectorRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkvoice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_region ⇒ String
The AWS Region in which the Amazon Chime SDK Voice Connector is created.
-
#name ⇒ String
The name of the Voice Connector.
-
#require_encryption ⇒ Boolean
Enables or disables encryption for the Voice Connector.
-
#tags ⇒ Array<Types::Tag>
The tags assigned to the Voice Connector.
Instance Attribute Details
#aws_region ⇒ String
The AWS Region in which the Amazon Chime SDK Voice Connector is created. Default value: ‘us-east-1` .
571 572 573 574 575 576 577 578 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 571 class CreateVoiceConnectorRequest < Struct.new( :name, :aws_region, :require_encryption, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the Voice Connector.
571 572 573 574 575 576 577 578 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 571 class CreateVoiceConnectorRequest < Struct.new( :name, :aws_region, :require_encryption, :tags) SENSITIVE = [] include Aws::Structure end |
#require_encryption ⇒ Boolean
Enables or disables encryption for the Voice Connector.
571 572 573 574 575 576 577 578 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 571 class CreateVoiceConnectorRequest < Struct.new( :name, :aws_region, :require_encryption, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags assigned to the Voice Connector.
571 572 573 574 575 576 577 578 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 571 class CreateVoiceConnectorRequest < Struct.new( :name, :aws_region, :require_encryption, :tags) SENSITIVE = [] include Aws::Structure end |