Class: Aws::SageMaker::Types::ProvisioningParameter
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::ProvisioningParameter
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
A key value pair used when you provision a project as a service catalog product. For information, see [What is Amazon Web Services Service Catalog].
[1]: docs.aws.amazon.com/servicecatalog/latest/adminguide/introduction.html
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #key  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The key that identifies a provisioning parameter.
 - 
  
    
      #value  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The value of the provisioning parameter.
 
Instance Attribute Details
#key ⇒ String
The key that identifies a provisioning parameter.
      39942 39943 39944 39945 39946 39947  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 39942 class ProvisioningParameter < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end  | 
  
#value ⇒ String
The value of the provisioning parameter.
      39942 39943 39944 39945 39946 39947  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 39942 class ProvisioningParameter < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end  |