Class: Aws::Types::TranscriptCriteria
- Inherits:
-
Object
- Object
- Aws::Types::TranscriptCriteria
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#match_type ⇒ "MATCH_ALL", ...
Returns the value of attribute match_type.
-
#participant_role ⇒ "AGENT", ...
Returns the value of attribute participant_role.
-
#search_text ⇒ ::Array[::String]
Returns the value of attribute search_text.
Instance Attribute Details
#match_type ⇒ "MATCH_ALL", ...
Returns the value of attribute match_type.
8516 8517 8518 |
# File 'sig/types.rbs', line 8516 def match_type @match_type end |
#participant_role ⇒ "AGENT", ...
Returns the value of attribute participant_role.
8514 8515 8516 |
# File 'sig/types.rbs', line 8514 def participant_role @participant_role end |
#search_text ⇒ ::Array[::String]
Returns the value of attribute search_text.
8515 8516 8517 |
# File 'sig/types.rbs', line 8515 def search_text @search_text end |