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.
8212 8213 8214 |
# File 'sig/types.rbs', line 8212 def criteria @criteria end |
#match_type ⇒ "MATCH_ALL", ...
Returns the value of attribute match_type.
8213 8214 8215 |
# File 'sig/types.rbs', line 8213 def match_type @match_type end |