Class: Aws::IVSRealTime::Types::IngestConfigurationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVSRealTime::Types::IngestConfigurationSummary
- Defined in:
- gems/aws-sdk-ivsrealtime/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.
1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 |
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1502 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.
1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 |
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1502 class IngestConfigurationSummary < Struct.new( :name, :arn, :ingest_protocol, :stage_arn, :participant_id, :state, :user_id) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Ingest name.
1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 |
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1502 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.
1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 |
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1502 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.
1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 |
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1502 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.
1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 |
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1502 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.
1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 |
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1502 class IngestConfigurationSummary < Struct.new( :name, :arn, :ingest_protocol, :stage_arn, :participant_id, :state, :user_id) SENSITIVE = [] include Aws::Structure end |