Class: Aws::SageMaker::Types::GetModelPackageGroupPolicyOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::GetModelPackageGroupPolicyOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_policy ⇒ String
The resource policy for the model group.
Instance Attribute Details
#resource_policy ⇒ String
The resource policy for the model group.
21176 21177 21178 21179 21180 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 21176 class GetModelPackageGroupPolicyOutput < Struct.new( :resource_policy) SENSITIVE = [] include Aws::Structure end |