Class: Aws::IVSRealTime::Types::RedundantIngestCredential

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#participant_idString

ID of the participant within the stage.

Returns:

  • (String)


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_keyString

Ingest-key value.

Returns:

  • (String)


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