Class: Aws::MediaConnect::Types::UpdateFlowMediaStreamResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::UpdateFlowMediaStreamResponse
- Defined in:
- gems/aws-sdk-mediaconnect/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.
4916 4917 4918 4919 4920 4921 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 4916 class UpdateFlowMediaStreamResponse < Struct.new( :flow_arn, :media_stream) SENSITIVE = [] include Aws::Structure end |
#media_stream ⇒ Types::MediaStream
The media stream that you updated.
4916 4917 4918 4919 4920 4921 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 4916 class UpdateFlowMediaStreamResponse < Struct.new( :flow_arn, :media_stream) SENSITIVE = [] include Aws::Structure end |