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

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

Returns:



3854
3855
3856
3857
3858
3859
3860
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 3854

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.

Returns:

  • (String)


3854
3855
3856
3857
3858
3859
3860
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 3854

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

#template_urlString

The Amazon S3 URL of the CloudFormation template.

Returns:

  • (String)


3854
3855
3856
3857
3858
3859
3860
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 3854

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