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.
8508 8509 8510 |
# File 'sig/types.rbs', line 8508 def criteria @criteria end |
#match_type ⇒ "MATCH_ALL", ...
Returns the value of attribute match_type.
8509 8510 8511 |
# File 'sig/types.rbs', line 8509 def match_type @match_type end |