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).
5311 5312 5313 5314 5315 5316 |
# File 'lib/aws-sdk-appflow/types.rb', line 5311 class StopFlowResponse < Struct.new( :flow_arn, :flow_status) SENSITIVE = [] include Aws::Structure end |
#flow_status ⇒ String
Indicates the current status of the flow.
5311 5312 5313 5314 5315 5316 |
# File 'lib/aws-sdk-appflow/types.rb', line 5311 class StopFlowResponse < Struct.new( :flow_arn, :flow_status) SENSITIVE = [] include Aws::Structure end |