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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


363
364
365
366
367
368
# File 'lib/aws-sdk-mediaconnect/types.rb', line 363

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

#sourcesArray<Types::Source>

The details of the newly added sources.

Returns:



363
364
365
366
367
368
# File 'lib/aws-sdk-mediaconnect/types.rb', line 363

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