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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


36330
36331
36332
36333
36334
36335
# File 'lib/aws-sdk-sagemaker/types.rb', line 36330

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)


36330
36331
36332
36333
36334
36335
# File 'lib/aws-sdk-sagemaker/types.rb', line 36330

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