Class: Aws::VoiceID::Types::CreateDomainResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::VoiceID::Types::CreateDomainResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-voiceid/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain ⇒ Types::Domain
Information about the newly created domain.
Instance Attribute Details
#domain ⇒ Types::Domain
Information about the newly created domain.
233 234 235 236 237 |
# File 'lib/aws-sdk-voiceid/types.rb', line 233 class CreateDomainResponse < Struct.new( :domain) SENSITIVE = [] include Aws::Structure end |