Class: Aws::MediaConnect::Types::UpdateFlowResponse

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

Overview

The result of a successful UpdateFlow request. Updates an existing flow.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#flowTypes::Flow

The settings for a flow, including its source, outputs, and entitlements.

Returns:



4872
4873
4874
4875
4876
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 4872

class UpdateFlowResponse < Struct.new(
  :flow)
  SENSITIVE = []
  include Aws::Structure
end