Class: Aws::Types::Transcript
- Inherits:
-
Object
- Object
- Aws::Types::Transcript
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#redacted_transcript_file_uri ⇒ ::String
Returns the value of attribute redacted_transcript_file_uri.
-
#transcript_file_uri ⇒ ::String
Returns the value of attribute transcript_file_uri.
Instance Attribute Details
#redacted_transcript_file_uri ⇒ ::String
Returns the value of attribute redacted_transcript_file_uri.
877 878 879 |
# File 'sig/types.rbs', line 877 def redacted_transcript_file_uri @redacted_transcript_file_uri end |
#transcript_file_uri ⇒ ::String
Returns the value of attribute transcript_file_uri.
876 877 878 |
# File 'sig/types.rbs', line 876 def transcript_file_uri @transcript_file_uri end |