Class: Aws::MediaConnect::Types::UpdateFlowOutputResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::UpdateFlowOutputResponse
- Defined in:
- gems/aws-sdk-mediaconnect/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.
5054 5055 5056 5057 5058 5059 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 5054 class UpdateFlowOutputResponse < Struct.new( :flow_arn, :output) SENSITIVE = [] include Aws::Structure end |
#output ⇒ Types::Output
The new settings of the output that you updated.
5054 5055 5056 5057 5058 5059 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 5054 class UpdateFlowOutputResponse < Struct.new( :flow_arn, :output) SENSITIVE = [] include Aws::Structure end |