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.
5397 5398 5399 5400 5401 5402 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 5397 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.
5397 5398 5399 5400 5401 5402 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 5397 class RemoveFlowOutputRequest < Struct.new( :flow_arn, :output_arn) SENSITIVE = [] include Aws::Structure end |