Class: Aws::Chime::Types::UpdateVoiceConnectorRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::UpdateVoiceConnectorRequest
- 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.
-
#require_encryption ⇒ Boolean
When enabled, requires encryption for the Amazon Chime Voice Connector.
-
#voice_connector_id ⇒ String
The Amazon Chime Voice Connector ID.
Instance Attribute Details
#name ⇒ String
The name of the Amazon Chime Voice Connector.
8925 8926 8927 8928 8929 8930 8931 |
# File 'lib/aws-sdk-chime/types.rb', line 8925 class UpdateVoiceConnectorRequest < Struct.new( :voice_connector_id, :name, :require_encryption) SENSITIVE = [] include Aws::Structure end |
#require_encryption ⇒ Boolean
When enabled, requires encryption for the Amazon Chime Voice Connector.
8925 8926 8927 8928 8929 8930 8931 |
# File 'lib/aws-sdk-chime/types.rb', line 8925 class UpdateVoiceConnectorRequest < Struct.new( :voice_connector_id, :name, :require_encryption) SENSITIVE = [] include Aws::Structure end |
#voice_connector_id ⇒ String
The Amazon Chime Voice Connector ID.
8925 8926 8927 8928 8929 8930 8931 |
# File 'lib/aws-sdk-chime/types.rb', line 8925 class UpdateVoiceConnectorRequest < Struct.new( :voice_connector_id, :name, :require_encryption) SENSITIVE = [] include Aws::Structure end |