Class: Aws::MediaConnect::Types::RemoveFlowOutputResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::RemoveFlowOutputResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
The result of a successful RemoveFlowOutput request including the flow ARN and the output ARN that was removed.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#flow_arn ⇒ String
The ARN of the flow that is associated with the output you removed.
-
#output_arn ⇒ String
The ARN of the output that was removed.
Instance Attribute Details
#flow_arn ⇒ String
The ARN of the flow that is associated with the output you removed.
3447 3448 3449 3450 3451 3452 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3447 class RemoveFlowOutputResponse < Struct.new( :flow_arn, :output_arn) SENSITIVE = [] include Aws::Structure end |
#output_arn ⇒ String
The ARN of the output that was removed.
3447 3448 3449 3450 3451 3452 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3447 class RemoveFlowOutputResponse < Struct.new( :flow_arn, :output_arn) SENSITIVE = [] include Aws::Structure end |