class Aws::SageMaker::Types::PutModelPackageGroupPolicyInput

@note When making an API call, you may pass PutModelPackageGroupPolicyInput

data as a hash:

    {
      model_package_group_name: "EntityName", # required
      resource_policy: "PolicyString", # required
    }

@!attribute [rw] model_package_group_name

The name of the model group to add a resource policy to.
@return [String]

@!attribute [rw] resource_policy

The resource policy for the model group.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/PutModelPackageGroupPolicyInput AWS API Documentation

Constants

SENSITIVE