Class: Aws::ChimeSDKVoice::Types::UpdateVoiceProfileDomainRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the voice profile domain.

Returns:

  • (String)


3779
3780
3781
3782
3783
3784
3785
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 3779

class UpdateVoiceProfileDomainRequest < Struct.new(
  :voice_profile_domain_id,
  :name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the voice profile domain.

Returns:

  • (String)


3779
3780
3781
3782
3783
3784
3785
# File 'gems/aws-sdk-chimesdkvoice/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_idString

The domain ID.

Returns:

  • (String)


3779
3780
3781
3782
3783
3784
3785
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 3779

class UpdateVoiceProfileDomainRequest < Struct.new(
  :voice_profile_domain_id,
  :name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end