Class: Aws::Types::PutModelPackageGroupPolicyInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#model_package_group_name::String

Returns the value of attribute model_package_group_name.

Returns:

  • (::String)


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.

Returns:

  • (::String)


10244
10245
10246
# File 'sig/types.rbs', line 10244

def resource_policy
  @resource_policy
end