Class: Aws::MediaConnect::Types::CreateFlowResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::CreateFlowResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#flow ⇒ Types::Flow
The flow that you created.
Instance Attribute Details
#flow ⇒ Types::Flow
The flow that you created.
1337 1338 1339 1340 1341 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1337 class CreateFlowResponse < Struct.new( :flow) SENSITIVE = [] include Aws::Structure end |