Class: Aws::MediaConnect::Types::CreateFlowResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::CreateFlowResponse
- Defined in:
- gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb
Overview
The result of a successful CreateFlow request.
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.
1026 1027 1028 1029 1030 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 1026 class CreateFlowResponse < Struct.new( :flow) SENSITIVE = [] include Aws::Structure end |