Class: Aws::MediaConnect::Types::UpdateFlowSourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::UpdateFlowSourceResponse
- Defined in:
- gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb
Overview
The result of a successful UpdateFlowSource request. The response includes the ARN of the flow that was updated and the updated source configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#flow_arn ⇒ String
The ARN of the flow that you want to update.
-
#source ⇒ Types::Source
The settings for the source of the flow.
Instance Attribute Details
#flow_arn ⇒ String
The ARN of the flow that you want to update.
5247 5248 5249 5250 5251 5252 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 5247 class UpdateFlowSourceResponse < Struct.new( :flow_arn, :source) SENSITIVE = [] include Aws::Structure end |
#source ⇒ Types::Source
The settings for the source of the flow.
5247 5248 5249 5250 5251 5252 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 5247 class UpdateFlowSourceResponse < Struct.new( :flow_arn, :source) SENSITIVE = [] include Aws::Structure end |