Class: Aws::SageMaker::Types::GetModelPackageGroupPolicyInput

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

#model_package_group_nameString

The name of the model group for which to get the resource policy.

Returns:

  • (String)


19903
19904
19905
19906
19907
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19903

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