Class: Aws::SageMaker::Types::PutModelPackageGroupPolicyInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::PutModelPackageGroupPolicyInput
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #model_package_group_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the model group to add a resource policy to.
 - 
  
    
      #resource_policy  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The resource policy for the model group.
 
Instance Attribute Details
#model_package_group_name ⇒ String
The name of the model group to add a resource policy to.
      40178 40179 40180 40181 40182 40183  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 40178 class PutModelPackageGroupPolicyInput < Struct.new( :model_package_group_name, :resource_policy) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_policy ⇒ String
The resource policy for the model group.
      40178 40179 40180 40181 40182 40183  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 40178 class PutModelPackageGroupPolicyInput < Struct.new( :model_package_group_name, :resource_policy) SENSITIVE = [] include Aws::Structure end  |