Class: Aws::VoiceID::Types::Watchlist
- Inherits:
-
Struct
- Object
- Struct
- Aws::VoiceID::Types::Watchlist
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-voiceid/types.rb
Overview
Contains all the 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 updated.
-
#watchlist_id ⇒ String
The identifier of the watchlist.
Instance Attribute Details
#created_at ⇒ Time
The timestamp of when the watchlist was created.
2332 2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 |
# File 'lib/aws-sdk-voiceid/types.rb', line 2332 class Watchlist < 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.
2332 2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 |
# File 'lib/aws-sdk-voiceid/types.rb', line 2332 class Watchlist < 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.
2332 2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 |
# File 'lib/aws-sdk-voiceid/types.rb', line 2332 class Watchlist < 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.
2332 2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 |
# File 'lib/aws-sdk-voiceid/types.rb', line 2332 class Watchlist < 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.
2332 2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 |
# File 'lib/aws-sdk-voiceid/types.rb', line 2332 class Watchlist < 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 updated.
2332 2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 |
# File 'lib/aws-sdk-voiceid/types.rb', line 2332 class Watchlist < 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.
2332 2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 |
# File 'lib/aws-sdk-voiceid/types.rb', line 2332 class Watchlist < Struct.new( :created_at, :default_watchlist, :description, :domain_id, :name, :updated_at, :watchlist_id) SENSITIVE = [:description, :name] include Aws::Structure end |