Class: Aws::Appflow::Types::CreateFlowResponse

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_arnString

The flow's Amazon Resource Name (ARN).

Returns:

  • (String)


1424
1425
1426
1427
1428
1429
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 1424

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

#flow_statusString

Indicates the current status of the flow.

Returns:

  • (String)


1424
1425
1426
1427
1428
1429
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 1424

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