Class: Aws::IVSRealTime::Types::S3StorageConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVSRealTime::Types::S3StorageConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivsrealtime/types.rb
Overview
A complex type that describes an S3 location where recorded videos will be stored.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bucket_name ⇒ String
Location (S3 bucket name) where recorded videos will be stored.
Instance Attribute Details
#bucket_name ⇒ String
Location (S3 bucket name) where recorded videos will be stored. Note that the StorageConfiguration and S3 bucket must be in the same region as the Composition.
2265 2266 2267 2268 2269 |
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 2265 class S3StorageConfiguration < Struct.new( :bucket_name) SENSITIVE = [] include Aws::Structure end |