Class: Aws::MediaConnect::Types::UpdateFlowMediaStreamResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::UpdateFlowMediaStreamResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
The result of a successful UpdateFlowMediaStream request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#flow_arn ⇒ String
The ARN of the flow that is associated with the media stream that you updated.
-
#media_stream ⇒ Types::MediaStream
The media stream that you updated.
Instance Attribute Details
#flow_arn ⇒ String
The ARN of the flow that is associated with the media stream that you updated.
4799 4800 4801 4802 4803 4804 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4799 class UpdateFlowMediaStreamResponse < Struct.new( :flow_arn, :media_stream) SENSITIVE = [] include Aws::Structure end |
#media_stream ⇒ Types::MediaStream
The media stream that you updated.
4799 4800 4801 4802 4803 4804 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4799 class UpdateFlowMediaStreamResponse < Struct.new( :flow_arn, :media_stream) SENSITIVE = [] include Aws::Structure end |