Class: Aws::MediaConnect::Types::UpdateFlowRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#flow_arnString

The Amazon Resource Name (ARN) of the flow that you want to update.

Returns:

  • (String)


5379
5380
5381
5382
5383
5384
5385
5386
5387
5388
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 5379

class UpdateFlowRequest < Struct.new(
  :flow_arn,
  :source_failover_config,
  :maintenance,
  :source_monitoring_config,
  :ndi_config,
  :flow_size)
  SENSITIVE = []
  include Aws::Structure
end

#flow_sizeString

Determines the processing capacity and feature set of the flow.

Returns:

  • (String)


5379
5380
5381
5382
5383
5384
5385
5386
5387
5388
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 5379

class UpdateFlowRequest < Struct.new(
  :flow_arn,
  :source_failover_config,
  :maintenance,
  :source_monitoring_config,
  :ndi_config,
  :flow_size)
  SENSITIVE = []
  include Aws::Structure
end

#maintenanceTypes::UpdateMaintenance

The maintenance setting of the flow.



5379
5380
5381
5382
5383
5384
5385
5386
5387
5388
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 5379

class UpdateFlowRequest < Struct.new(
  :flow_arn,
  :source_failover_config,
  :maintenance,
  :source_monitoring_config,
  :ndi_config,
  :flow_size)
  SENSITIVE = []
  include Aws::Structure
end

#ndi_configTypes::NdiConfig

Specifies the configuration settings for NDI outputs. Required when the flow includes NDI outputs.

Returns:



5379
5380
5381
5382
5383
5384
5385
5386
5387
5388
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 5379

class UpdateFlowRequest < Struct.new(
  :flow_arn,
  :source_failover_config,
  :maintenance,
  :source_monitoring_config,
  :ndi_config,
  :flow_size)
  SENSITIVE = []
  include Aws::Structure
end

#source_failover_configTypes::UpdateFailoverConfig

The settings for source failover.



5379
5380
5381
5382
5383
5384
5385
5386
5387
5388
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 5379

class UpdateFlowRequest < Struct.new(
  :flow_arn,
  :source_failover_config,
  :maintenance,
  :source_monitoring_config,
  :ndi_config,
  :flow_size)
  SENSITIVE = []
  include Aws::Structure
end

#source_monitoring_configTypes::MonitoringConfig

The settings for source monitoring.



5379
5380
5381
5382
5383
5384
5385
5386
5387
5388
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 5379

class UpdateFlowRequest < Struct.new(
  :flow_arn,
  :source_failover_config,
  :maintenance,
  :source_monitoring_config,
  :ndi_config,
  :flow_size)
  SENSITIVE = []
  include Aws::Structure
end