Class: Aws::IVSRealTime::Types::RecordingConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#formatString

The recording format for storing a recording in Amazon S3.

Returns:

  • (String)


2153
2154
2155
2156
2157
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 2153

class RecordingConfiguration < Struct.new(
  :format)
  SENSITIVE = []
  include Aws::Structure
end