Class: Aws::Types::AudioSegment
- Inherits:
-
Object
- Object
- Aws::Types::AudioSegment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
-
#transcription ⇒ ::String
Returns the value of attribute transcription.
Instance Attribute Details
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
429 430 431 |
# File 'sig/types.rbs', line 429 def s3_uri @s3_uri end |
#transcription ⇒ ::String
Returns the value of attribute transcription.
430 431 432 |
# File 'sig/types.rbs', line 430 def transcription @transcription end |