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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#flowTypes::Flow

The updated flow.

Returns:



9016
9017
9018
9019
9020
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 9016

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