Class: Aws::IVS::Types::DestinationConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb

Overview

A complex type that describes a location where recorded videos will be stored. Each member represents a type of destination configuration. For recording, you define one and only one type of destination configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3Types::S3DestinationConfiguration

An S3 destination configuration where recorded videos will be stored.



770
771
772
773
774
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 770

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