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

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


2208
2209
2210
2211
2212
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 2208

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