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
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#flow_arn ⇒ String
The ARN of the flow that you updated.
-
#source ⇒ Types::Source
The details of the sources that are assigned to the flow.
Instance Attribute Details
#flow_arn ⇒ String
The ARN of the flow that you updated.
9183 9184 9185 9186 9187 9188 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 9183 class UpdateFlowSourceResponse < Struct.new( :flow_arn, :source) SENSITIVE = [] include Aws::Structure end |
#source ⇒ Types::Source
The details of the sources that are assigned to the flow.
9183 9184 9185 9186 9187 9188 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 9183 class UpdateFlowSourceResponse < Struct.new( :flow_arn, :source) SENSITIVE = [] include Aws::Structure end |