Class: Aws::Appflow::Types::UpdateFlowResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#flow_statusString

Indicates the current status of the flow.

Returns:

  • (String)


5762
5763
5764
5765
5766
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 5762

class UpdateFlowResponse < Struct.new(
  :flow_status)
  SENSITIVE = []
  include Aws::Structure
end