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

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

Instance Attribute Details

#bucket_nameString

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

Returns:

  • (String)


1726
1727
1728
1729
1730
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1726

class S3DestinationConfiguration < Struct.new(
  :bucket_name)
  SENSITIVE = []
  include Aws::Structure
end