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

Class: Aws::MediaConnect::Types::UpdateFlowOutputResponse

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

Overview

The result of a successful UpdateFlowOutput request including the flow ARN and the updated output.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#flow_arnString

The ARN of the flow that is associated with the updated output.

Returns:

  • (String)

    The ARN of the flow that is associated with the updated output.

#outputTypes::Output

The new settings of the output that you updated.

Returns:

  • (Types::Output)

    The new settings of the output that you updated.