Class: Aws::Chime::Types::CreateVoiceConnectorRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::CreateVoiceConnectorRequest
- Defined in:
- gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb
Overview
Note:
When making an API call, you may pass CreateVoiceConnectorRequest data as a hash:
{
name: "VoiceConnectorName", # required
aws_region: "us-east-1", # accepts us-east-1, us-west-2
require_encryption: false, # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_region ⇒ String
The AWS Region in which the Amazon Chime Voice Connector is created.
-
#name ⇒ String
The name of the Amazon Chime Voice Connector.
-
#require_encryption ⇒ Boolean
When enabled, requires encryption for the Amazon Chime Voice Connector.
Instance Attribute Details
#aws_region ⇒ String
The AWS Region in which the Amazon Chime Voice Connector is created.
Default value: us-east-1
.
3204 3205 3206 3207 3208 3209 3210 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 3204 class CreateVoiceConnectorRequest < Struct.new( :name, :aws_region, :require_encryption) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the Amazon Chime Voice Connector.
3204 3205 3206 3207 3208 3209 3210 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 3204 class CreateVoiceConnectorRequest < Struct.new( :name, :aws_region, :require_encryption) SENSITIVE = [] include Aws::Structure end |
#require_encryption ⇒ Boolean
When enabled, requires encryption for the Amazon Chime Voice Connector.
3204 3205 3206 3207 3208 3209 3210 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 3204 class CreateVoiceConnectorRequest < Struct.new( :name, :aws_region, :require_encryption) SENSITIVE = [] include Aws::Structure end |