Class: Aws::IVS::Types::DestinationConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::DestinationConfiguration
- Includes:
- Structure
- Defined in:
- 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
-
#s3 ⇒ Types::S3DestinationConfiguration
An S3 destination configuration where recorded videos will be stored.
Instance Attribute Details
#s3 ⇒ Types::S3DestinationConfiguration
An S3 destination configuration where recorded videos will be stored.
776 777 778 779 780 |
# File 'lib/aws-sdk-ivs/types.rb', line 776 class DestinationConfiguration < Struct.new( :s3) SENSITIVE = [] include Aws::Structure end |