Class: Aws::ChimeSDKVoice::Types::UpdateVoiceProfileDomainRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::UpdateVoiceProfileDomainRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkvoice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the voice profile domain.
-
#name ⇒ String
The name of the voice profile domain.
-
#voice_profile_domain_id ⇒ String
The domain ID.
Instance Attribute Details
#description ⇒ String
The description of the voice profile domain.
3779 3780 3781 3782 3783 3784 3785 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3779 class UpdateVoiceProfileDomainRequest < Struct.new( :voice_profile_domain_id, :name, :description) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the voice profile domain.
3779 3780 3781 3782 3783 3784 3785 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3779 class UpdateVoiceProfileDomainRequest < Struct.new( :voice_profile_domain_id, :name, :description) SENSITIVE = [] include Aws::Structure end |
#voice_profile_domain_id ⇒ String
The domain ID.
3779 3780 3781 3782 3783 3784 3785 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3779 class UpdateVoiceProfileDomainRequest < Struct.new( :voice_profile_domain_id, :name, :description) SENSITIVE = [] include Aws::Structure end |