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)


10322
10323
10324
# File 'sig/types.rbs', line 10322

def model_package_group_name
  @model_package_group_name
end

#resource_policy::String

Returns the value of attribute resource_policy.

Returns:

  • (::String)


10323
10324
10325
# File 'sig/types.rbs', line 10323

def resource_policy
  @resource_policy
end