Class: Aws::MediaConnect::Types::UpdateFlowRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::UpdateFlowRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#flow_arn ⇒ String
The Amazon Resource Name (ARN) of the flow that you want to update.
-
#flow_size ⇒ String
Determines the processing capacity and feature set of the flow.
-
#maintenance ⇒ Types::UpdateMaintenance
The maintenance setting of the flow.
-
#ndi_config ⇒ Types::NdiConfig
Specifies the configuration settings for NDI outputs.
-
#source_failover_config ⇒ Types::UpdateFailoverConfig
The settings for source failover.
-
#source_monitoring_config ⇒ Types::MonitoringConfig
The settings for source monitoring.
Instance Attribute Details
#flow_arn ⇒ String
The Amazon Resource Name (ARN) of the flow that you want to update.
8728 8729 8730 8731 8732 8733 8734 8735 8736 8737 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 8728 class UpdateFlowRequest < Struct.new( :flow_arn, :source_failover_config, :maintenance, :source_monitoring_config, :ndi_config, :flow_size) SENSITIVE = [] include Aws::Structure end |
#flow_size ⇒ String
Determines the processing capacity and feature set of the flow.
8728 8729 8730 8731 8732 8733 8734 8735 8736 8737 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 8728 class UpdateFlowRequest < Struct.new( :flow_arn, :source_failover_config, :maintenance, :source_monitoring_config, :ndi_config, :flow_size) SENSITIVE = [] include Aws::Structure end |
#maintenance ⇒ Types::UpdateMaintenance
The maintenance setting of the flow.
8728 8729 8730 8731 8732 8733 8734 8735 8736 8737 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 8728 class UpdateFlowRequest < Struct.new( :flow_arn, :source_failover_config, :maintenance, :source_monitoring_config, :ndi_config, :flow_size) SENSITIVE = [] include Aws::Structure end |
#ndi_config ⇒ Types::NdiConfig
Specifies the configuration settings for NDI outputs. Required when the flow includes NDI outputs.
8728 8729 8730 8731 8732 8733 8734 8735 8736 8737 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 8728 class UpdateFlowRequest < Struct.new( :flow_arn, :source_failover_config, :maintenance, :source_monitoring_config, :ndi_config, :flow_size) SENSITIVE = [] include Aws::Structure end |
#source_failover_config ⇒ Types::UpdateFailoverConfig
The settings for source failover.
8728 8729 8730 8731 8732 8733 8734 8735 8736 8737 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 8728 class UpdateFlowRequest < Struct.new( :flow_arn, :source_failover_config, :maintenance, :source_monitoring_config, :ndi_config, :flow_size) SENSITIVE = [] include Aws::Structure end |
#source_monitoring_config ⇒ Types::MonitoringConfig
The settings for source monitoring.
8728 8729 8730 8731 8732 8733 8734 8735 8736 8737 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 8728 class UpdateFlowRequest < Struct.new( :flow_arn, :source_failover_config, :maintenance, :source_monitoring_config, :ndi_config, :flow_size) SENSITIVE = [] include Aws::Structure end |