You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Appflow::Types::StartFlowResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Appflow::Types::StartFlowResponse
 
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
- 
  
    
      #execution_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the internal execution ID of an on-demand flow when the flow is started. 
- 
  
    
      #flow_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The flow\'s Amazon Resource Name (ARN). 
- 
  
    
      #flow_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Indicates the current status of the flow. 
Instance Attribute Details
#execution_id ⇒ String
Returns the internal execution ID of an on-demand flow when the flow is started. For scheduled or event-triggered flows, this value is null.
#flow_arn ⇒ String
The flow\'s Amazon Resource Name (ARN).
#flow_status ⇒ String
Indicates the current status of the flow.
Possible values:
- Active
- Deprecated
- Deleted
- Draft
- Errored
- Suspended