Class: Aws::IVS::Types::S3DestinationConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::S3DestinationConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivs/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.
1842 1843 1844 1845 1846 |
# File 'lib/aws-sdk-ivs/types.rb', line 1842 class S3DestinationConfiguration < Struct.new( :bucket_name) SENSITIVE = [] include Aws::Structure end |