You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateFlowRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  flow_arn: "__string", # required
  source_failover_config: {
    recovery_window: 1,
    state: "ENABLED", # accepts ENABLED, DISABLED
  },
}

Updates an existing flow.

Instance Attribute Summary collapse

Instance Attribute Details

#flow_arnString

Returns:

  • (String)

#source_failover_configTypes::UpdateFailoverConfig

The settings for source failover

Returns: