Class: Aws::IVSRealTime::Types::DestinationDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVSRealTime::Types::DestinationDetail
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivsrealtime/types.rb
Overview
Complex data type that defines destination-detail objects.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3 ⇒ Types::S3Detail
An S3 detail object to return information about the S3 destination.
Instance Attribute Details
#s3 ⇒ Types::S3Detail
An S3 detail object to return information about the S3 destination.
634 635 636 637 638 |
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 634 class DestinationDetail < Struct.new( :s3) SENSITIVE = [] include Aws::Structure end |