Class: Aws::SageMaker::Types::CreateFlowDefinitionResponse

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#flow_definition_arnString

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

Returns:

  • (String)


5924
5925
5926
5927
5928
# File 'lib/aws-sdk-sagemaker/types.rb', line 5924

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