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

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

Returns:

  • (String)


10911
10912
10913
10914
10915
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 10911

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