Class: Aws::SageMaker::Types::GetModelPackageGroupPolicyInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::GetModelPackageGroupPolicyInput
- 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 get the resource policy.
Instance Attribute Details
#model_package_group_name ⇒ String
The name of the model group for which to get the resource policy.
21203 21204 21205 21206 21207 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 21203 class GetModelPackageGroupPolicyInput < Struct.new( :model_package_group_name) SENSITIVE = [] include Aws::Structure end |