Class: Aws::MediaConnect::Types::AddFlowMediaStreamsResponse

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

Overview

The result of a successful AddFlowMediaStreams request. The response includes the details of the newly added media streams.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#flow_arnString

The ARN of the flow that you added media streams to.

Returns:

  • (String)


266
267
268
269
270
271
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 266

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

#media_streamsArray<Types::MediaStream>

The media streams that you added to the flow.

Returns:



266
267
268
269
270
271
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 266

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