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:



484
485
486
487
488
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 484

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