Class: Aws::Appflow::Types::CreateFlowResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::CreateFlowResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appflow/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#flow_arn ⇒ String
The flow’s Amazon Resource Name (ARN).
-
#flow_status ⇒ String
Indicates the current status of the flow.
Instance Attribute Details
#flow_arn ⇒ String
The flow’s Amazon Resource Name (ARN).
1424 1425 1426 1427 1428 1429 |
# File 'lib/aws-sdk-appflow/types.rb', line 1424 class CreateFlowResponse < Struct.new( :flow_arn, :flow_status) SENSITIVE = [] include Aws::Structure end |
#flow_status ⇒ String
Indicates the current status of the flow.
1424 1425 1426 1427 1428 1429 |
# File 'lib/aws-sdk-appflow/types.rb', line 1424 class CreateFlowResponse < Struct.new( :flow_arn, :flow_status) SENSITIVE = [] include Aws::Structure end |