Class: Aws::MediaConnect::Types::RemoveFlowSourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::RemoveFlowSourceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#flow_arn ⇒ String
The Amazon Resource Name (ARN) of the flow that you want to remove a source from.
-
#source_arn ⇒ String
The ARN of the source that you want to remove.
Instance Attribute Details
#flow_arn ⇒ String
The Amazon Resource Name (ARN) of the flow that you want to remove a source from.
3759 3760 3761 3762 3763 3764 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3759 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.
3759 3760 3761 3762 3763 3764 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3759 class RemoveFlowSourceRequest < Struct.new( :flow_arn, :source_arn) SENSITIVE = [] include Aws::Structure end |