Class: Aws::IVSRealTime::Types::S3StorageConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ivsrealtime/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

Instance Attribute Details

#bucket_nameString

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.

Returns:

  • (String)


1639
1640
1641
1642
1643
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1639

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