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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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)


5408
5409
5410
5411
5412
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 5408

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