Class: Aws::MediaConnect::Types::UpdateFlowOutputResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#flow_arnString

The ARN of the flow that is associated with the updated output.

Returns:

  • (String)


4832
4833
4834
4835
4836
4837
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 4832

class UpdateFlowOutputResponse < Struct.new(
  :flow_arn,
  :output)
  SENSITIVE = []
  include Aws::Structure
end

#outputTypes::Output

The new settings of the output that you updated.

Returns:



4832
4833
4834
4835
4836
4837
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 4832

class UpdateFlowOutputResponse < Struct.new(
  :flow_arn,
  :output)
  SENSITIVE = []
  include Aws::Structure
end