Class: Aws::SageMaker::Types::GetModelPackageGroupPolicyOutput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_policyString

The resource policy for the model group.



25485
25486
25487
25488
25489
# File 'lib/aws-sdk-sagemaker/types.rb', line 25485

class GetModelPackageGroupPolicyOutput < Struct.new(
  :resource_policy)
  SENSITIVE = []
  include Aws::Structure
end