Class: Aws::MediaConnect::Types::UpdateFlowOutputResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::UpdateFlowOutputResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
The result of a successful UpdateFlowOutput request including the flow ARN and the updated output.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#flow_arn ⇒ String
The ARN of the flow that is associated with the updated output.
-
#output ⇒ Types::Output
The new settings of the output that you updated.
Instance Attribute Details
#flow_arn ⇒ String
The ARN of the flow that is associated with the updated output.
4937 4938 4939 4940 4941 4942 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4937 class UpdateFlowOutputResponse < Struct.new( :flow_arn, :output) SENSITIVE = [] include Aws::Structure end |
#output ⇒ Types::Output
The new settings of the output that you updated.
4937 4938 4939 4940 4941 4942 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4937 class UpdateFlowOutputResponse < Struct.new( :flow_arn, :output) SENSITIVE = [] include Aws::Structure end |