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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#flowTypes::Flow

The updated flow.

Returns:



5321
5322
5323
5324
5325
# File 'lib/aws-sdk-mediaconnect/types.rb', line 5321

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