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)


10250
10251
10252
# File 'sig/types.rbs', line 10250

def model_package_group_name
  @model_package_group_name
end

#resource_policy::String

Returns the value of attribute resource_policy.

Returns:

  • (::String)


10251
10252
10253
# File 'sig/types.rbs', line 10251

def resource_policy
  @resource_policy
end