Class: Aws::IVSRealTime::Types::CreateIngestConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVSRealTime::Types::CreateIngestConfigurationResponse
- Defined in:
- gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ingest_configuration ⇒ Types::IngestConfiguration
The IngestConfiguration that was created.
Instance Attribute Details
#ingest_configuration ⇒ Types::IngestConfiguration
The IngestConfiguration that was created.
312 313 314 315 316 |
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 312 class CreateIngestConfigurationResponse < Struct.new( :ingest_configuration) SENSITIVE = [] include Aws::Structure end |