Class: Aws::VoiceID::Types::DescribeDomainResponse

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

Information about the specified domain.

Returns:



369
370
371
372
373
# File 'gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/types.rb', line 369

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