Class: Aws::MediaConnect::Types::UpdateFlowResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::UpdateFlowResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#flow ⇒ Types::Flow
The updated flow.
Instance Attribute Details
#flow ⇒ Types::Flow
The updated flow.
8961 8962 8963 8964 8965 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 8961 class UpdateFlowResponse < Struct.new( :flow) SENSITIVE = [] include Aws::Structure end |