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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-voiceid/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 'gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/types.rb', line 2224

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