Class: Aws::IVSRealTime::Types::UpdateIngestConfigurationRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

ARN of the IngestConfiguration, for which the related stage ARN needs to be updated.

Returns:

  • (String)


3611
3612
3613
3614
3615
3616
3617
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 3611

class UpdateIngestConfigurationRequest < Struct.new(
  :arn,
  :stage_arn,
  :redundant_ingest)
  SENSITIVE = []
  include Aws::Structure
end

#redundant_ingestBoolean

Indicates whether redundant ingest is enabled for the ingest configuration. Default: false.

Returns:

  • (Boolean)


3611
3612
3613
3614
3615
3616
3617
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 3611

class UpdateIngestConfigurationRequest < Struct.new(
  :arn,
  :stage_arn,
  :redundant_ingest)
  SENSITIVE = []
  include Aws::Structure
end

#stage_arnString

Stage ARN that needs to be updated.

Returns:

  • (String)


3611
3612
3613
3614
3615
3616
3617
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 3611

class UpdateIngestConfigurationRequest < Struct.new(
  :arn,
  :stage_arn,
  :redundant_ingest)
  SENSITIVE = []
  include Aws::Structure
end