Class: Aws::VoiceID::Types::DescribeWatchlistRequest

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

#domain_idString

The identifier of the domain that contains the watchlist.

Returns:

  • (String)


503
504
505
506
507
508
# File 'gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/types.rb', line 503

class DescribeWatchlistRequest < Struct.new(
  :domain_id,
  :watchlist_id)
  SENSITIVE = []
  include Aws::Structure
end

#watchlist_idString

The identifier of the watchlist that you are describing.

Returns:

  • (String)


503
504
505
506
507
508
# File 'gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/types.rb', line 503

class DescribeWatchlistRequest < Struct.new(
  :domain_id,
  :watchlist_id)
  SENSITIVE = []
  include Aws::Structure
end