Class: Aws::ChimeSDKVoice::Types::DeleteVoiceProfileDomainRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::DeleteVoiceProfileDomainRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkvoice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#voice_profile_domain_id ⇒ String
The voice profile domain ID.
Instance Attribute Details
#voice_profile_domain_id ⇒ String
The voice profile domain ID.
873 874 875 876 877 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 873 class DeleteVoiceProfileDomainRequest < Struct.new( :voice_profile_domain_id) SENSITIVE = [] include Aws::Structure end |