Class: Aws::MediaConnect::Types::RemoveFlowOutputRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::RemoveFlowOutputRequest
- 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 remove an output from.
-
#output_arn ⇒ String
The ARN of the output that you want to remove.
Instance Attribute Details
#flow_arn ⇒ String
The Amazon Resource Name (ARN) of the flow that you want to remove an output from.
3724 3725 3726 3727 3728 3729 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3724 class RemoveFlowOutputRequest < Struct.new( :flow_arn, :output_arn) SENSITIVE = [] include Aws::Structure end |
#output_arn ⇒ String
The ARN of the output that you want to remove.
3724 3725 3726 3727 3728 3729 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3724 class RemoveFlowOutputRequest < Struct.new( :flow_arn, :output_arn) SENSITIVE = [] include Aws::Structure end |