Class: Aws::SageMaker::Types::PutModelPackageGroupPolicyInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#model_package_group_nameString

The name of the model group to add a resource policy to.

Returns:

  • (String)


42591
42592
42593
42594
42595
42596
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 42591

class PutModelPackageGroupPolicyInput < Struct.new(
  :model_package_group_name,
  :resource_policy)
  SENSITIVE = []
  include Aws::Structure
end

#resource_policyString

The resource policy for the model group.

Returns:

  • (String)


42591
42592
42593
42594
42595
42596
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 42591

class PutModelPackageGroupPolicyInput < Struct.new(
  :model_package_group_name,
  :resource_policy)
  SENSITIVE = []
  include Aws::Structure
end