You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The result of a successful RemoveFlowSource request including the flow ARN and the source ARN that was removed.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#flow_arnString

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

Returns:

  • (String)

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

#source_arnString

The ARN of the source that was removed.

Returns:

  • (String)

    The ARN of the source that was removed.