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)


36300
36301
36302
36303
36304
36305
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 36300

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)


36300
36301
36302
36303
36304
36305
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 36300

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