Class: Aws::SageMaker::Types::ModelCardSecurityConfig
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::ModelCardSecurityConfig
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Configure the security settings to protect model card data.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #kms_key_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A Key Management Service [key ID] to use for encrypting a model card.
 
Instance Attribute Details
#kms_key_id ⇒ String
A Key Management Service [key ID] to use for encrypting a model card.
[1]: docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-id-key-id
      33958 33959 33960 33961 33962  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 33958 class ModelCardSecurityConfig < Struct.new( :kms_key_id) SENSITIVE = [] include Aws::Structure end  |