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.
5762 5763 5764 5765 5766 |
# File 'lib/aws-sdk-appflow/types.rb', line 5762 class UpdateFlowResponse < Struct.new( :flow_status) SENSITIVE = [] include Aws::Structure end |