Class: Aws::IVS::Types::S3DestinationConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#bucket_nameString

Location (S3 bucket name) where recorded videos will be stored.

Returns:

  • (String)


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