Class: Aws::Types::SpeakerSearchTask

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_timestamp ⇒ ::Time

Returns the value of attribute created_timestamp.

Returns:

  • (::Time)


778
779
780
# File 'sig/types.rbs', line 778

def created_timestamp
  @created_timestamp
end

#speaker_search_task_id ⇒ ::String

Returns the value of attribute speaker_search_task_id.

Returns:

  • (::String)


776
777
778
# File 'sig/types.rbs', line 776

def speaker_search_task_id
  @speaker_search_task_id
end

#speaker_search_task_status ⇒ "NotStarted", ...

Returns the value of attribute speaker_search_task_status.

Returns:

  • ("NotStarted", "Initializing", "InProgress", "Failed", "Stopping", "Stopped")


777
778
779
# File 'sig/types.rbs', line 777

def speaker_search_task_status
  @speaker_search_task_status
end

#updated_timestamp ⇒ ::Time

Returns the value of attribute updated_timestamp.

Returns:

  • (::Time)


779
780
781
# File 'sig/types.rbs', line 779

def updated_timestamp
  @updated_timestamp
end