Class: Aws::MediaConnect::Types::UpdateFlowResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::UpdateFlowResponse
- 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
-
#flow ⇒ Types::Flow
The settings for a flow, including its source, outputs, and entitlements.
Instance Attribute Details
#flow ⇒ Types::Flow
The settings for a flow, including its source, outputs, and entitlements.
4982 4983 4984 4985 4986 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 4982 class UpdateFlowResponse < Struct.new( :flow) SENSITIVE = [] include Aws::Structure end |