Class: Aws::Appflow::Types::UpdateFlowResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::UpdateFlowResponse
- Defined in:
- gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#flow_status ⇒ String
Indicates the current status of the flow.
Instance Attribute Details
#flow_status ⇒ String
Indicates the current status of the flow.
7478 7479 7480 7481 7482 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 7478 class UpdateFlowResponse < Struct.new( :flow_status) SENSITIVE = [] include Aws::Structure end |