Class: Aws::MediaConnect::Types::AddFlowOutputsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::AddFlowOutputsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#flow_arn ⇒ String
The Amazon Resource Name (ARN) of the flow that you want to add outputs to.
-
#outputs ⇒ Array<Types::AddOutputRequest>
A list of outputs that you want to add to the flow.
Instance Attribute Details
#flow_arn ⇒ String
The Amazon Resource Name (ARN) of the flow that you want to add outputs to.
309 310 311 312 313 314 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 309 class AddFlowOutputsRequest < Struct.new( :flow_arn, :outputs) SENSITIVE = [] include Aws::Structure end |
#outputs ⇒ Array<Types::AddOutputRequest>
A list of outputs that you want to add to the flow.
309 310 311 312 313 314 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 309 class AddFlowOutputsRequest < Struct.new( :flow_arn, :outputs) SENSITIVE = [] include Aws::Structure end |