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

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

Instance Attribute Details

#flow_arnString

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

Returns:

  • (String)


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

#outputTypes::Output

The new settings of the output that you updated.

Returns:



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