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)


36324
36325
36326
36327
36328
36329
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 36324

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)


36324
36325
36326
36327
36328
36329
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 36324

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