Class: Aws::MediaConnect::Types::AddFlowOutputsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::AddFlowOutputsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
The result of a successful AddOutput request. The response includes the details of the newly added outputs.
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.
320 321 322 323 324 325 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 320 class AddFlowOutputsResponse < Struct.new( :flow_arn, :outputs) SENSITIVE = [] include Aws::Structure end |
#outputs ⇒ Array<Types::Output>
The details of the newly added outputs.
320 321 322 323 324 325 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 320 class AddFlowOutputsResponse < Struct.new( :flow_arn, :outputs) SENSITIVE = [] include Aws::Structure end |