Class: Aws::IVSRealTime::Types::RedundantIngestCredential
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVSRealTime::Types::RedundantIngestCredential
- Defined in:
- gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb
Overview
An object representing a redundant ingest credential.
Constant Summary collapse
- SENSITIVE =
[:stream_key]
Instance Attribute Summary collapse
-
#participant_id ⇒ String
ID of the participant within the stage.
-
#stream_key ⇒ String
Ingest-key value.
Instance Attribute Details
#participant_id ⇒ String
ID of the participant within the stage.
2755 2756 2757 2758 2759 2760 |
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 2755 class RedundantIngestCredential < Struct.new( :participant_id, :stream_key) SENSITIVE = [:stream_key] include Aws::Structure end |
#stream_key ⇒ String
Ingest-key value.
2755 2756 2757 2758 2759 2760 |
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 2755 class RedundantIngestCredential < Struct.new( :participant_id, :stream_key) SENSITIVE = [:stream_key] include Aws::Structure end |