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

#call_detailsTypes::CallDetails

Returns the value of attribute call_details.

Returns:



1074
1075
1076
# File 'sig/types.rbs', line 1074

def call_details
  @call_details
end

#created_timestamp::Time

Returns the value of attribute created_timestamp.

Returns:

  • (::Time)


1076
1077
1078
# File 'sig/types.rbs', line 1076

def created_timestamp
  @created_timestamp
end

#speaker_search_detailsTypes::SpeakerSearchDetails

Returns the value of attribute speaker_search_details.



1075
1076
1077
# File 'sig/types.rbs', line 1075

def speaker_search_details
  @speaker_search_details
end

#speaker_search_task_id::String

Returns the value of attribute speaker_search_task_id.

Returns:

  • (::String)


1072
1073
1074
# File 'sig/types.rbs', line 1072

def speaker_search_task_id
  @speaker_search_task_id
end

#speaker_search_task_status::String

Returns the value of attribute speaker_search_task_status.

Returns:

  • (::String)


1073
1074
1075
# File 'sig/types.rbs', line 1073

def speaker_search_task_status
  @speaker_search_task_status
end

#started_timestamp::Time

Returns the value of attribute started_timestamp.

Returns:

  • (::Time)


1078
1079
1080
# File 'sig/types.rbs', line 1078

def started_timestamp
  @started_timestamp
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


1079
1080
1081
# File 'sig/types.rbs', line 1079

def status_message
  @status_message
end

#updated_timestamp::Time

Returns the value of attribute updated_timestamp.

Returns:

  • (::Time)


1077
1078
1079
# File 'sig/types.rbs', line 1077

def updated_timestamp
  @updated_timestamp
end