Class: Aws::VoiceID::Types::UpdateDomainResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-voiceid/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domainTypes::Domain

Details about the updated domain

Returns:



2224
2225
2226
2227
2228
# File 'lib/aws-sdk-voiceid/types.rb', line 2224

class UpdateDomainResponse < Struct.new(
  :domain)
  SENSITIVE = []
  include Aws::Structure
end