Class: Aws::IVSRealTime::Types::DestinationDetail

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

Overview

Complex data type that defines destination-detail objects.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3Types::S3Detail

An S3 detail object to return information about the S3 destination.

Returns:



634
635
636
637
638
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 634

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