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)


1567
1568
1569
1570
1571
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1567

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