Class: Aws::MediaConnect::Types::RemoveFlowOutputResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#flow_arnString

The ARN of the flow that the output was removed from.

Returns:

  • (String)


5651
5652
5653
5654
5655
5656
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 5651

class RemoveFlowOutputResponse < Struct.new(
  :flow_arn,
  :output_arn)
  SENSITIVE = []
  include Aws::Structure
end

#output_arnString

The ARN of the output that was removed.

Returns:

  • (String)


5651
5652
5653
5654
5655
5656
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 5651

class RemoveFlowOutputResponse < Struct.new(
  :flow_arn,
  :output_arn)
  SENSITIVE = []
  include Aws::Structure
end