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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#flow_arn ⇒ String

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

Returns:

  • (String)


9278
9279
9280
9281
9282
9283
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 9278

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

#output ⇒ Types::Output

The new settings of the output that you updated.

Returns:



9278
9279
9280
9281
9282
9283
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 9278

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