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
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.
3147 3148 3149 3150 3151 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 3147 class UpdateFlowResponse < Struct.new( :flow) SENSITIVE = [] include Aws::Structure end |