Class: Aws::Types::PackageGroupAllowedRepository
- Inherits:
-
Object
- Object
- Aws::Types::PackageGroupAllowedRepository
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#origin_restriction_type ⇒ "EXTERNAL_UPSTREAM", ...
Returns the value of attribute origin_restriction_type.
-
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
Instance Attribute Details
#origin_restriction_type ⇒ "EXTERNAL_UPSTREAM", ...
Returns the value of attribute origin_restriction_type.
675 676 677 |
# File 'sig/types.rbs', line 675 def origin_restriction_type @origin_restriction_type end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
674 675 676 |
# File 'sig/types.rbs', line 674 def repository_name @repository_name end |