Class: Aws::VoiceID::Types::UpdateDomainResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::VoiceID::Types::UpdateDomainResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-voiceid/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain ⇒ Types::Domain
Details about the updated domain.
Instance Attribute Details
#domain ⇒ Types::Domain
Details about the updated domain
2224 2225 2226 2227 2228 |
# File 'lib/aws-sdk-voiceid/types.rb', line 2224 class UpdateDomainResponse < Struct.new( :domain) SENSITIVE = [] include Aws::Structure end |