Class: Aws::IVSRealTime::Types::RecordingConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVSRealTime::Types::RecordingConfiguration
- Defined in:
- gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb
Overview
An object representing a configuration to record a stage stream.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#format ⇒ String
The recording format for storing a recording in Amazon S3.
Instance Attribute Details
#format ⇒ String
The recording format for storing a recording in Amazon S3.
2193 2194 2195 2196 2197 |
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 2193 class RecordingConfiguration < Struct.new( :format) SENSITIVE = [] include Aws::Structure end |