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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediaconnect/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

Instance Attribute Details

#flow_arnString

The ARN of the flow that is associated with the output you removed.

Returns:

  • (String)


3385
3386
3387
3388
3389
3390
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 3385

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)


3385
3386
3387
3388
3389
3390
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 3385

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