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)


1622
1623
1624
1625
1626
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1622

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