Class: Aws::Types::PutModelPackageGroupPolicyInput
- Inherits:
-
Object
- Object
- Aws::Types::PutModelPackageGroupPolicyInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#model_package_group_name ⇒ ::String
Returns the value of attribute model_package_group_name.
-
#resource_policy ⇒ ::String
Returns the value of attribute resource_policy.
Instance Attribute Details
#model_package_group_name ⇒ ::String
Returns the value of attribute model_package_group_name.
10243 10244 10245 |
# File 'sig/types.rbs', line 10243 def model_package_group_name @model_package_group_name end |
#resource_policy ⇒ ::String
Returns the value of attribute resource_policy.
10244 10245 10246 |
# File 'sig/types.rbs', line 10244 def resource_policy @resource_policy end |