Class: Aws::VoiceID::Types::DescribeDomainRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::VoiceID::Types::DescribeDomainRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-voiceid/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_id ⇒ String
The identifier of the domain that you are describing.
Instance Attribute Details
#domain_id ⇒ String
The identifier of the domain that you are describing.
357 358 359 360 361 |
# File 'lib/aws-sdk-voiceid/types.rb', line 357 class DescribeDomainRequest < Struct.new( :domain_id) SENSITIVE = [] include Aws::Structure end |