Class: Aws::SageMaker::Types::DeleteModelPackageGroupPolicyInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DeleteModelPackageGroupPolicyInput
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#model_package_group_name ⇒ String
The name of the model group for which to delete the policy.
Instance Attribute Details
#model_package_group_name ⇒ String
The name of the model group for which to delete the policy.
16064 16065 16066 16067 16068 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 16064 class DeleteModelPackageGroupPolicyInput < Struct.new( :model_package_group_name) SENSITIVE = [] include Aws::Structure end |