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

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


3420
3421
3422
3423
3424
3425
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 3420

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)


3420
3421
3422
3423
3424
3425
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 3420

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