Class: Aws::SageMaker::Types::CreateTemplateProvider

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

Overview

Contains configuration details for a template provider. Only one type of template provider can be specified.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cfn_template_providerTypes::CfnCreateTemplateProvider

The CloudFormation template provider configuration for creating infrastructure resources.



11288
11289
11290
11291
11292
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11288

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