Class: Aws::Types::S3RecordingSinkConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::S3RecordingSinkConfiguration
- 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.
727 728 729 |
# File 'sig/types.rbs', line 727 def destination @destination end |
#recording_file_format ⇒ "Wav", "Opus"
Returns the value of attribute recording_file_format.
728 729 730 |
# File 'sig/types.rbs', line 728 def recording_file_format @recording_file_format end |