Class: Aws::SageMaker::Types::PutModelPackageGroupPolicyInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::PutModelPackageGroupPolicyInput
- Includes:
- Aws::Structure
- Defined in:
- 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 to add a resource policy to.
-
#resource_policy ⇒ String
The resource policy for the model group.
Instance Attribute Details
#model_package_group_name ⇒ String
The name of the model group to add a resource policy to.
38137 38138 38139 38140 38141 38142 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 38137 class PutModelPackageGroupPolicyInput < Struct.new( :model_package_group_name, :resource_policy) SENSITIVE = [] include Aws::Structure end |
#resource_policy ⇒ String
The resource policy for the model group.
38137 38138 38139 38140 38141 38142 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 38137 class PutModelPackageGroupPolicyInput < Struct.new( :model_package_group_name, :resource_policy) SENSITIVE = [] include Aws::Structure end |