Class: Aws::MediaConnect::Types::AddFlowMediaStreamsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::AddFlowMediaStreamsResponse
- 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
-
#flow_arn ⇒ String
The ARN of the flow that you added media streams to.
-
#media_streams ⇒ Array<Types::MediaStream>
The media streams that you added to the flow.
Instance Attribute Details
#flow_arn ⇒ String
The ARN of the flow that you added media streams to.
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_streams ⇒ Array<Types::MediaStream>
The media streams that you added to the flow.
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 |