Class: Aws::Types::UpdateVoiceProfileDomainRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateVoiceProfileDomainRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#voice_profile_domain_id ⇒ ::String
Returns the value of attribute voice_profile_domain_id.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1286 1287 1288 |
# File 'sig/types.rbs', line 1286 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
1285 1286 1287 |
# File 'sig/types.rbs', line 1285 def name @name end |
#voice_profile_domain_id ⇒ ::String
Returns the value of attribute voice_profile_domain_id.
1284 1285 1286 |
# File 'sig/types.rbs', line 1284 def voice_profile_domain_id @voice_profile_domain_id end |