Class: Aws::MediaConnect::Types::RemoveFlowMediaStreamRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::RemoveFlowMediaStreamRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#flow_arn ⇒ String
The Amazon Resource Name (ARN) of the flow that you want to update.
-
#media_stream_name ⇒ String
The name of the media stream that you want to remove.
Instance Attribute Details
#flow_arn ⇒ String
The Amazon Resource Name (ARN) of the flow that you want to update.
3689 3690 3691 3692 3693 3694 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3689 class RemoveFlowMediaStreamRequest < Struct.new( :flow_arn, :media_stream_name) SENSITIVE = [] include Aws::Structure end |
#media_stream_name ⇒ String
The name of the media stream that you want to remove.
3689 3690 3691 3692 3693 3694 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3689 class RemoveFlowMediaStreamRequest < Struct.new( :flow_arn, :media_stream_name) SENSITIVE = [] include Aws::Structure end |