Class: Aws::IVSRealTime::Types::GetIngestConfigurationResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ingest_configurationTypes::IngestConfiguration

The IngestConfiguration that was returned.



930
931
932
933
934
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 930

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