Class: Aws::SageMaker::Types::DeleteModelPackageGroupPolicyInput

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 for which to delete the policy.

Returns:

  • (String)


12316
12317
12318
12319
12320
# File 'lib/aws-sdk-sagemaker/types.rb', line 12316

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