Method: Aws::SageMaker::Types::CreateFlowDefinitionResponse#flow_definition_arn
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
#flow_definition_arn ⇒ String
The Amazon Resource Name (ARN) of the flow definition you create.
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 |