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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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.

Returns:

  • (String)


27172
27173
27174
27175
27176
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27172

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