Class: Aws::MediaConnect::Types::RemoveFlowSourceResponse

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

Overview

The result of a successful RemoveFlowSource request including the flow ARN and the source 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 source you removed.

Returns:

  • (String)


3482
3483
3484
3485
3486
3487
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3482

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

#source_arnString

The ARN of the source that was removed.

Returns:

  • (String)


3482
3483
3484
3485
3486
3487
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3482

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