Class: Aws::VoiceID::Types::Speaker

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/types.rb

Overview

Contains all the information about a speaker.

Constant Summary collapse

SENSITIVE =
[:customer_speaker_id]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

A timestamp of when the speaker was created.

Returns:

  • (Time)


1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
# File 'gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/types.rb', line 1745

class Speaker < Struct.new(
  :created_at,
  :customer_speaker_id,
  :domain_id,
  :generated_speaker_id,
  :last_accessed_at,
  :status,
  :updated_at)
  SENSITIVE = [:customer_speaker_id]
  include Aws::Structure
end

#customer_speaker_idString

The client-provided identifier for the speaker.

Returns:

  • (String)


1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
# File 'gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/types.rb', line 1745

class Speaker < Struct.new(
  :created_at,
  :customer_speaker_id,
  :domain_id,
  :generated_speaker_id,
  :last_accessed_at,
  :status,
  :updated_at)
  SENSITIVE = [:customer_speaker_id]
  include Aws::Structure
end

#domain_idString

The identifier of the domain that contains the speaker.

Returns:

  • (String)


1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
# File 'gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/types.rb', line 1745

class Speaker < Struct.new(
  :created_at,
  :customer_speaker_id,
  :domain_id,
  :generated_speaker_id,
  :last_accessed_at,
  :status,
  :updated_at)
  SENSITIVE = [:customer_speaker_id]
  include Aws::Structure
end

#generated_speaker_idString

The service-generated identifier for the speaker.

Returns:

  • (String)


1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
# File 'gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/types.rb', line 1745

class Speaker < Struct.new(
  :created_at,
  :customer_speaker_id,
  :domain_id,
  :generated_speaker_id,
  :last_accessed_at,
  :status,
  :updated_at)
  SENSITIVE = [:customer_speaker_id]
  include Aws::Structure
end

#last_accessed_atTime

The timestamp of when the speaker was last accessed for enrollment, re-enrollment or a successful authentication. This timestamp is accurate to one hour.

Returns:

  • (Time)


1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
# File 'gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/types.rb', line 1745

class Speaker < Struct.new(
  :created_at,
  :customer_speaker_id,
  :domain_id,
  :generated_speaker_id,
  :last_accessed_at,
  :status,
  :updated_at)
  SENSITIVE = [:customer_speaker_id]
  include Aws::Structure
end

#statusString

The current status of the speaker.

Returns:

  • (String)


1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
# File 'gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/types.rb', line 1745

class Speaker < Struct.new(
  :created_at,
  :customer_speaker_id,
  :domain_id,
  :generated_speaker_id,
  :last_accessed_at,
  :status,
  :updated_at)
  SENSITIVE = [:customer_speaker_id]
  include Aws::Structure
end

#updated_atTime

A timestamp of the speaker's last update.

Returns:

  • (Time)


1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
# File 'gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/types.rb', line 1745

class Speaker < Struct.new(
  :created_at,
  :customer_speaker_id,
  :domain_id,
  :generated_speaker_id,
  :last_accessed_at,
  :status,
  :updated_at)
  SENSITIVE = [:customer_speaker_id]
  include Aws::Structure
end