Class: Aws::MediaConnect::Types::RemoveFlowSourceRequest

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_arn ⇒ String

The Amazon Resource Name (ARN) of the flow that you want to remove a source from.

Returns:

  • (String)


5792
5793
5794
5795
5796
5797
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 5792

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

#source_arn ⇒ String

The ARN of the source that you want to remove.

Returns:

  • (String)


5792
5793
5794
5795
5796
5797
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 5792

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