Class: Aws::IVSRealTime::Types::UpdateIngestConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVSRealTime::Types::UpdateIngestConfigurationRequest
- Defined in:
- gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
ARN of the IngestConfiguration, for which the related stage ARN needs to be updated.
-
#redundant_ingest ⇒ Boolean
Indicates whether redundant ingest is enabled for the ingest configuration.
-
#stage_arn ⇒ String
Stage ARN that needs to be updated.
Instance Attribute Details
#arn ⇒ String
ARN of the IngestConfiguration, for which the related stage ARN needs to be updated.
3536 3537 3538 3539 3540 3541 3542 |
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 3536 class UpdateIngestConfigurationRequest < Struct.new( :arn, :stage_arn, :redundant_ingest) SENSITIVE = [] include Aws::Structure end |
#redundant_ingest ⇒ Boolean
Indicates whether redundant ingest is enabled for the ingest
configuration. Default: false.
3536 3537 3538 3539 3540 3541 3542 |
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 3536 class UpdateIngestConfigurationRequest < Struct.new( :arn, :stage_arn, :redundant_ingest) SENSITIVE = [] include Aws::Structure end |
#stage_arn ⇒ String
Stage ARN that needs to be updated.
3536 3537 3538 3539 3540 3541 3542 |
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 3536 class UpdateIngestConfigurationRequest < Struct.new( :arn, :stage_arn, :redundant_ingest) SENSITIVE = [] include Aws::Structure end |