Class: Aws::SageMaker::Types::CreateFlowDefinitionResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::CreateFlowDefinitionResponse
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #flow_definition_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the flow definition you create.
 
Instance Attribute Details
#flow_definition_arn ⇒ String
The Amazon Resource Name (ARN) of the flow definition you create.
      7409 7410 7411 7412 7413  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 7409 class CreateFlowDefinitionResponse < Struct.new( :flow_definition_arn) SENSITIVE = [] include Aws::Structure end  |