Class: Aws::Types::S3RecordingSinkRuntimeConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::S3RecordingSinkRuntimeConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination ⇒ ::String
Returns the value of attribute destination.
-
#recording_file_format ⇒ "Wav", "Opus"
Returns the value of attribute recording_file_format.
Instance Attribute Details
#destination ⇒ ::String
Returns the value of attribute destination.
733 734 735 |
# File 'sig/types.rbs', line 733 def destination @destination end |
#recording_file_format ⇒ "Wav", "Opus"
Returns the value of attribute recording_file_format.
734 735 736 |
# File 'sig/types.rbs', line 734 def recording_file_format @recording_file_format end |