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)


33997
33998
33999
34000
34001
34002
# File 'lib/aws-sdk-sagemaker/types.rb', line 33997

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)


33997
33998
33999
34000
34001
34002
# File 'lib/aws-sdk-sagemaker/types.rb', line 33997

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