Class: Aws::MediaConnect::Types::RemoveFlowSourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::RemoveFlowSourceResponse
- 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
-
#flow_arn ⇒ String
The ARN of the flow that is associated with the source you removed.
-
#source_arn ⇒ String
The ARN of the source that was removed.
Instance Attribute Details
#flow_arn ⇒ String
The ARN of the flow that is associated with the source you removed.
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_arn ⇒ String
The ARN of the source that was removed.
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 |