Class: Aws::SageMaker::Types::UpdateTemplateProvider
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::UpdateTemplateProvider
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Contains configuration details for updating an existing template provider in the project.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cfn_template_provider ⇒ Types::CfnUpdateTemplateProvider
The CloudFormation template provider configuration to update.
Instance Attribute Details
#cfn_template_provider ⇒ Types::CfnUpdateTemplateProvider
The CloudFormation template provider configuration to update.
54556 54557 54558 54559 54560 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 54556 class UpdateTemplateProvider < Struct.new( :cfn_template_provider) SENSITIVE = [] include Aws::Structure end |