Class: Aws::MediaConnect::Types::AddFlowSourcesResponse

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

Overview

The result of a successful AddFlowSources request. The response includes the details of the newly added sources.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#flow_arnString

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

Returns:

  • (String)


358
359
360
361
362
363
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 358

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

#sourcesArray<Types::Source>

The details of the newly added sources.

Returns:



358
359
360
361
362
363
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 358

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