Class: Aws::VoiceID::Types::SpeakerSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::VoiceID::Types::SpeakerSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-voiceid/types.rb
Overview
Contains a summary of information about a speaker.
Constant Summary collapse
- SENSITIVE =
[:customer_speaker_id]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
A timestamp showing the speaker’s creation time.
-
#customer_speaker_id ⇒ String
The client-provided identifier for the speaker.
-
#domain_id ⇒ String
The identifier of the domain that contains the speaker.
-
#generated_speaker_id ⇒ String
The service-generated identifier for the speaker.
-
#last_accessed_at ⇒ Time
The timestamp when the speaker was last accessed for enrollment, re-enrollment or a successful authentication.
-
#status ⇒ String
The current status of the speaker.
-
#updated_at ⇒ Time
A timestamp showing the speaker’s last update.
Instance Attribute Details
#created_at ⇒ Time
A timestamp showing the speaker’s creation time.
1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 |
# File 'lib/aws-sdk-voiceid/types.rb', line 1929 class SpeakerSummary < 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_id ⇒ String
The client-provided identifier for the speaker.
1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 |
# File 'lib/aws-sdk-voiceid/types.rb', line 1929 class SpeakerSummary < 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_id ⇒ String
The identifier of the domain that contains the speaker.
1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 |
# File 'lib/aws-sdk-voiceid/types.rb', line 1929 class SpeakerSummary < 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_id ⇒ String
The service-generated identifier for the speaker.
1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 |
# File 'lib/aws-sdk-voiceid/types.rb', line 1929 class SpeakerSummary < 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_at ⇒ Time
The timestamp when the speaker was last accessed for enrollment, re-enrollment or a successful authentication. This timestamp is accurate to one hour.
1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 |
# File 'lib/aws-sdk-voiceid/types.rb', line 1929 class SpeakerSummary < 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 |
#status ⇒ String
The current status of the speaker.
1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 |
# File 'lib/aws-sdk-voiceid/types.rb', line 1929 class SpeakerSummary < 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_at ⇒ Time
A timestamp showing the speaker’s last update.
1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 |
# File 'lib/aws-sdk-voiceid/types.rb', line 1929 class SpeakerSummary < 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 |