Class: Aws::Appflow::Types::StopFlowResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::StopFlowResponse
- 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).
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_status ⇒ String
Indicates the current status of the flow.
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 |