Class: Aws::IVSRealTime::Types::IngestConfigurationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVSRealTime::Types::IngestConfigurationSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivsrealtime/types.rb
Overview
Summary information about an IngestConfiguration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
Ingest configuration ARN.
-
#ingest_protocol ⇒ String
Type of ingest protocol that the user employs for broadcasting.
-
#name ⇒ String
Ingest name.
-
#participant_id ⇒ String
ID of the participant within the stage.
-
#stage_arn ⇒ String
ARN of the stage with which the IngestConfiguration is associated.
-
#state ⇒ String
State of the ingest configuration.
-
#user_id ⇒ String
Customer-assigned name to help identify the participant using the IngestConfiguration; this can be used to link a participant to a user in the customer’s own systems.
Instance Attribute Details
#arn ⇒ String
Ingest configuration ARN.
1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 |
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 1283 class IngestConfigurationSummary < Struct.new( :name, :arn, :ingest_protocol, :stage_arn, :participant_id, :state, :user_id) SENSITIVE = [] include Aws::Structure end |
#ingest_protocol ⇒ String
Type of ingest protocol that the user employs for broadcasting.
1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 |
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 1283 class IngestConfigurationSummary < Struct.new( :name, :arn, :ingest_protocol, :stage_arn, :participant_id, :state, :user_id) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Ingest name.
1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 |
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 1283 class IngestConfigurationSummary < Struct.new( :name, :arn, :ingest_protocol, :stage_arn, :participant_id, :state, :user_id) SENSITIVE = [] include Aws::Structure end |
#participant_id ⇒ String
ID of the participant within the stage.
1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 |
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 1283 class IngestConfigurationSummary < Struct.new( :name, :arn, :ingest_protocol, :stage_arn, :participant_id, :state, :user_id) SENSITIVE = [] include Aws::Structure end |
#stage_arn ⇒ String
ARN of the stage with which the IngestConfiguration is associated.
1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 |
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 1283 class IngestConfigurationSummary < Struct.new( :name, :arn, :ingest_protocol, :stage_arn, :participant_id, :state, :user_id) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
State of the ingest configuration. It is ‘ACTIVE` if a publisher currently is publishing to the stage associated with the ingest configuration.
1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 |
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 1283 class IngestConfigurationSummary < Struct.new( :name, :arn, :ingest_protocol, :stage_arn, :participant_id, :state, :user_id) SENSITIVE = [] include Aws::Structure end |
#user_id ⇒ String
Customer-assigned name to help identify the participant using the IngestConfiguration; this can be used to link a participant to a user in the customer’s own systems. This can be any UTF-8 encoded text. *This field is exposed to all stage participants and should not be used for personally identifying, confidential, or sensitive information.*
1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 |
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 1283 class IngestConfigurationSummary < Struct.new( :name, :arn, :ingest_protocol, :stage_arn, :participant_id, :state, :user_id) SENSITIVE = [] include Aws::Structure end |