Class: Aws::Appflow::Types::UpdateFlowResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::UpdateFlowResponse
- Includes:
- Structure
- Defined in:
- 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.
5768 5769 5770 5771 5772 |
# File 'lib/aws-sdk-appflow/types.rb', line 5768 class UpdateFlowResponse < Struct.new( :flow_status) SENSITIVE = [] include Aws::Structure end |