Class: Aws::Types::Transcript
- Inherits:
-
Object
- Object
- Aws::Types::Transcript
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#criteria ⇒ ::Array[Types::TranscriptCriteria]
Returns the value of attribute criteria.
-
#match_type ⇒ "MATCH_ALL", ...
Returns the value of attribute match_type.
Instance Attribute Details
#criteria ⇒ ::Array[Types::TranscriptCriteria]
Returns the value of attribute criteria.
8612 8613 8614 |
# File 'sig/types.rbs', line 8612 def criteria @criteria end |
#match_type ⇒ "MATCH_ALL", ...
Returns the value of attribute match_type.
8613 8614 8615 |
# File 'sig/types.rbs', line 8613 def match_type @match_type end |