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.
38324 38325 38326 38327 38328 38329 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 38324 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.
38324 38325 38326 38327 38328 38329 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 38324 class PutModelPackageGroupPolicyInput < Struct.new( :model_package_group_name, :resource_policy) SENSITIVE = [] include Aws::Structure end |