Class: Aws::MediaConnect::Types::AddFlowOutputsResponse

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

Overview

The result of a successful AddOutput request. The response includes the details of the newly added outputs.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#flow_arnString

The ARN of the flow that these outputs were added to.

Returns:

  • (String)


320
321
322
323
324
325
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 320

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

#outputsArray<Types::Output>

The details of the newly added outputs.

Returns:



320
321
322
323
324
325
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 320

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