Class: Aws::VoiceID::Types::WatchlistSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-voiceid/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

Instance Attribute Details

#created_atTime

The timestamp of when the watchlist was created.

Returns:

  • (Time)


2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
# File 'gems/aws-sdk-voiceid/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_watchlistBoolean

Whether the specified watchlist is the default watchlist of a domain.

Returns:

  • (Boolean)


2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
# File 'gems/aws-sdk-voiceid/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

#descriptionString

The description of the watchlist.

Returns:

  • (String)


2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
# File 'gems/aws-sdk-voiceid/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_idString

The identifier of the domain that contains the watchlist.

Returns:

  • (String)


2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
# File 'gems/aws-sdk-voiceid/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

#nameString

The name for the watchlist.

Returns:

  • (String)


2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
# File 'gems/aws-sdk-voiceid/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_atTime

The timestamp of when the watchlist was last updated.

Returns:

  • (Time)


2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
# File 'gems/aws-sdk-voiceid/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_idString

The identifier of the watchlist.

Returns:

  • (String)


2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
# File 'gems/aws-sdk-voiceid/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