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.
2826 2827 2828 2829 2830 2831 |
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 2826 class RedundantIngestCredential < Struct.new( :participant_id, :stream_key) SENSITIVE = [:stream_key] include Aws::Structure end |
#stream_key ⇒ String
Ingest-key value.
2826 2827 2828 2829 2830 2831 |
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 2826 class RedundantIngestCredential < Struct.new( :participant_id, :stream_key) SENSITIVE = [:stream_key] include Aws::Structure end |