Class: Aws::SageMaker::Types::CfnUpdateTemplateProvider
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CfnUpdateTemplateProvider
- 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
-
#parameters ⇒ Array<Types::CfnStackUpdateParameter>
An array of CloudFormation stack parameters.
-
#template_name ⇒ String
The unique identifier of the template to update within the project.
-
#template_url ⇒ String
The Amazon S3 URL of the CloudFormation template.
Instance Attribute Details
#parameters ⇒ Array<Types::CfnStackUpdateParameter>
An array of CloudFormation stack parameters.
4140 4141 4142 4143 4144 4145 4146 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 4140 class CfnUpdateTemplateProvider < Struct.new( :template_name, :template_url, :parameters) SENSITIVE = [] include Aws::Structure end |
#template_name ⇒ String
The unique identifier of the template to update within the project.
4140 4141 4142 4143 4144 4145 4146 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 4140 class CfnUpdateTemplateProvider < Struct.new( :template_name, :template_url, :parameters) SENSITIVE = [] include Aws::Structure end |
#template_url ⇒ String
The Amazon S3 URL of the CloudFormation template.
4140 4141 4142 4143 4144 4145 4146 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 4140 class CfnUpdateTemplateProvider < Struct.new( :template_name, :template_url, :parameters) SENSITIVE = [] include Aws::Structure end |