Class: Aws::SageMaker::Types::CfnUpdateTemplateProvider

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

Overview

Contains configuration details for updating an existing CloudFormation template provider in the project.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#parametersArray<Types::CfnStackUpdateParameter>

An array of CloudFormation stack parameters.



4641
4642
4643
4644
4645
4646
4647
# File 'lib/aws-sdk-sagemaker/types.rb', line 4641

class CfnUpdateTemplateProvider < Struct.new(
  :template_name,
  :template_url,
  :parameters)
  SENSITIVE = []
  include Aws::Structure
end

#template_nameString

The unique identifier of the template to update within the project.



4641
4642
4643
4644
4645
4646
4647
# File 'lib/aws-sdk-sagemaker/types.rb', line 4641

class CfnUpdateTemplateProvider < Struct.new(
  :template_name,
  :template_url,
  :parameters)
  SENSITIVE = []
  include Aws::Structure
end

#template_urlString

The Amazon S3 URL of the CloudFormation template.



4641
4642
4643
4644
4645
4646
4647
# File 'lib/aws-sdk-sagemaker/types.rb', line 4641

class CfnUpdateTemplateProvider < Struct.new(
  :template_name,
  :template_url,
  :parameters)
  SENSITIVE = []
  include Aws::Structure
end