Class: Aws::SageMaker::Types::TemplateProviderDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::TemplateProviderDetail
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Details about a template provider configuration and associated provisioning information.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cfn_template_provider_detail ⇒ Types::CfnTemplateProviderDetail
Details about a CloudFormation template provider configuration and associated provisioning information.
Instance Attribute Details
#cfn_template_provider_detail ⇒ Types::CfnTemplateProviderDetail
Details about a CloudFormation template provider configuration and associated provisioning information.
45835 45836 45837 45838 45839 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 45835 class TemplateProviderDetail < Struct.new( :cfn_template_provider_detail) SENSITIVE = [] include Aws::Structure end |