Class: Aws::IVSRealTime::Types::S3Detail

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ivsrealtime/types.rb

Overview

Complex data type that defines S3Detail objects.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#recording_prefixString

The S3 bucket prefix under which the recording is stored.

Returns:

  • (String)


2248
2249
2250
2251
2252
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 2248

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