Class: Aws::MediaConnect::Types::RemoveFlowMediaStreamResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::RemoveFlowMediaStreamResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
The result of a successful RemoveFlowMediaStream request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#flow_arn ⇒ String
The Amazon Resource Name (ARN) of the flow.
-
#media_stream_name ⇒ String
The name of the media stream that was removed.
Instance Attribute Details
#flow_arn ⇒ String
The Amazon Resource Name (ARN) of the flow.
3435 3436 3437 3438 3439 3440 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3435 class RemoveFlowMediaStreamResponse < Struct.new( :flow_arn, :media_stream_name) SENSITIVE = [] include Aws::Structure end |
#media_stream_name ⇒ String
The name of the media stream that was removed.
3435 3436 3437 3438 3439 3440 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3435 class RemoveFlowMediaStreamResponse < Struct.new( :flow_arn, :media_stream_name) SENSITIVE = [] include Aws::Structure end |