Class: Aws::IVS::Types::S3DestinationConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::S3DestinationConfiguration
- Defined in:
- gems/aws-sdk-ivs/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.
2467 2468 2469 2470 2471 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 2467 class S3DestinationConfiguration < Struct.new( :bucket_name) SENSITIVE = [] include Aws::Structure end |