Class: Aws::IVSRealTime::Types::IngestConfigurationSummary

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

Instance Attribute Details

#arnString

Ingest configuration ARN.

Returns:

  • (String)


1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
# File 'gems/aws-sdk-ivsrealtime/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_protocolString

Type of ingest protocol that the user employs for broadcasting.

Returns:

  • (String)


1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
# File 'gems/aws-sdk-ivsrealtime/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

#nameString

Ingest name.

Returns:

  • (String)


1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
# File 'gems/aws-sdk-ivsrealtime/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_idString

ID of the participant within the stage.

Returns:

  • (String)


1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
# File 'gems/aws-sdk-ivsrealtime/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_arnString

ARN of the stage with which the IngestConfiguration is associated.

Returns:

  • (String)


1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
# File 'gems/aws-sdk-ivsrealtime/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

#stateString

State of the ingest configuration. It is ACTIVE if a publisher currently is publishing to the stage associated with the ingest configuration.

Returns:

  • (String)


1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
# File 'gems/aws-sdk-ivsrealtime/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_idString

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.

Returns:

  • (String)


1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
# File 'gems/aws-sdk-ivsrealtime/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