Class: Aws::ChimeSDKVoice::Types::GetVoiceProfileDomainRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::GetVoiceProfileDomainRequest
- 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.
1448 1449 1450 1451 1452 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 1448 class GetVoiceProfileDomainRequest < Struct.new( :voice_profile_domain_id) SENSITIVE = [] include Aws::Structure end |