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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


3907
3908
3909
3910
3911
3912
3913
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3907

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)


3907
3908
3909
3910
3911
3912
3913
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3907

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

#voice_profile_domain_idString

The domain ID.

Returns:

  • (String)


3907
3908
3909
3910
3911
3912
3913
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3907

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