Class: Aws::VoiceID::Types::WatchlistSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::VoiceID::Types::WatchlistSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-voiceid/types.rb
Overview
Contains a summary of information about a watchlist.
Constant Summary collapse
- SENSITIVE =
[:description, :name]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The timestamp of when the watchlist was created.
-
#default_watchlist ⇒ Boolean
Whether the specified watchlist is the default watchlist of a domain.
-
#description ⇒ String
The description of the watchlist.
-
#domain_id ⇒ String
The identifier of the domain that contains the watchlist.
-
#name ⇒ String
The name for the watchlist.
-
#updated_at ⇒ Time
The timestamp of when the watchlist was last updated.
-
#watchlist_id ⇒ String
The identifier of the watchlist.
Instance Attribute Details
#created_at ⇒ Time
The timestamp of when the watchlist was created.
2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 |
# File 'lib/aws-sdk-voiceid/types.rb', line 2391 class WatchlistSummary < Struct.new( :created_at, :default_watchlist, :description, :domain_id, :name, :updated_at, :watchlist_id) SENSITIVE = [:description, :name] include Aws::Structure end |
#default_watchlist ⇒ Boolean
Whether the specified watchlist is the default watchlist of a domain.
2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 |
# File 'lib/aws-sdk-voiceid/types.rb', line 2391 class WatchlistSummary < Struct.new( :created_at, :default_watchlist, :description, :domain_id, :name, :updated_at, :watchlist_id) SENSITIVE = [:description, :name] include Aws::Structure end |
#description ⇒ String
The description of the watchlist.
2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 |
# File 'lib/aws-sdk-voiceid/types.rb', line 2391 class WatchlistSummary < Struct.new( :created_at, :default_watchlist, :description, :domain_id, :name, :updated_at, :watchlist_id) SENSITIVE = [:description, :name] include Aws::Structure end |
#domain_id ⇒ String
The identifier of the domain that contains the watchlist.
2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 |
# File 'lib/aws-sdk-voiceid/types.rb', line 2391 class WatchlistSummary < Struct.new( :created_at, :default_watchlist, :description, :domain_id, :name, :updated_at, :watchlist_id) SENSITIVE = [:description, :name] include Aws::Structure end |
#name ⇒ String
The name for the watchlist.
2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 |
# File 'lib/aws-sdk-voiceid/types.rb', line 2391 class WatchlistSummary < Struct.new( :created_at, :default_watchlist, :description, :domain_id, :name, :updated_at, :watchlist_id) SENSITIVE = [:description, :name] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp of when the watchlist was last updated.
2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 |
# File 'lib/aws-sdk-voiceid/types.rb', line 2391 class WatchlistSummary < Struct.new( :created_at, :default_watchlist, :description, :domain_id, :name, :updated_at, :watchlist_id) SENSITIVE = [:description, :name] include Aws::Structure end |
#watchlist_id ⇒ String
The identifier of the watchlist.
2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 |
# File 'lib/aws-sdk-voiceid/types.rb', line 2391 class WatchlistSummary < Struct.new( :created_at, :default_watchlist, :description, :domain_id, :name, :updated_at, :watchlist_id) SENSITIVE = [:description, :name] include Aws::Structure end |