Class: Aws::MediaConnect::Types::AddFlowOutputsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::AddFlowOutputsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#flow_arn ⇒ String
The ARN of the flow that these outputs were added to.
-
#outputs ⇒ Array<Types::Output>
The details of the newly added outputs.
Instance Attribute Details
#flow_arn ⇒ String
The ARN of the flow that these outputs were added to.
326 327 328 329 330 331 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 326 class AddFlowOutputsResponse < Struct.new( :flow_arn, :outputs) SENSITIVE = [] include Aws::Structure end |
#outputs ⇒ Array<Types::Output>
The details of the newly added outputs.
326 327 328 329 330 331 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 326 class AddFlowOutputsResponse < Struct.new( :flow_arn, :outputs) SENSITIVE = [] include Aws::Structure end |