Class: Aws::Appflow::Types::StopFlowResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#flow_arnString

The flow’s Amazon Resource Name (ARN).

Returns:

  • (String)


5305
5306
5307
5308
5309
5310
# File 'lib/aws-sdk-appflow/types.rb', line 5305

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

#flow_statusString

Indicates the current status of the flow.

Returns:

  • (String)


5305
5306
5307
5308
5309
5310
# File 'lib/aws-sdk-appflow/types.rb', line 5305

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