Class: Aws::MediaConnect::Types::RemoveFlowSourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::RemoveFlowSourceResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#flow_arn ⇒ String
The ARN of the flow that the source was removed from.
-
#source_arn ⇒ String
The ARN of the source that was removed.
Instance Attribute Details
#flow_arn ⇒ String
The ARN of the flow that the source was removed from.
5449 5450 5451 5452 5453 5454 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 5449 class RemoveFlowSourceResponse < Struct.new( :flow_arn, :source_arn) SENSITIVE = [] include Aws::Structure end |
#source_arn ⇒ String
The ARN of the source that was removed.
5449 5450 5451 5452 5453 5454 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 5449 class RemoveFlowSourceResponse < Struct.new( :flow_arn, :source_arn) SENSITIVE = [] include Aws::Structure end |