Method: Aws::SageMaker::Types::CreateFlowDefinitionResponse#flow_definition_arn

Defined in:
lib/aws-sdk-sagemaker/types.rb

#flow_definition_arnString

The Amazon Resource Name (ARN) of the flow definition you create.

Returns:

  • (String)


9555
9556
9557
9558
9559
# File 'lib/aws-sdk-sagemaker/types.rb', line 9555

class CreateFlowDefinitionResponse < Struct.new(
  :flow_definition_arn)
  SENSITIVE = []
  include Aws::Structure
end