Class: Aws::Types::PackageGroupOriginRestriction
- Inherits:
-
Object
- Object
- Aws::Types::PackageGroupOriginRestriction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#effective_mode ⇒ "ALLOW", ...
Returns the value of attribute effective_mode.
-
#inherited_from ⇒ Types::PackageGroupReference
Returns the value of attribute inherited_from.
-
#mode ⇒ "ALLOW", ...
Returns the value of attribute mode.
-
#repositories_count ⇒ ::Integer
Returns the value of attribute repositories_count.
Instance Attribute Details
#effective_mode ⇒ "ALLOW", ...
Returns the value of attribute effective_mode.
699 700 701 |
# File 'sig/types.rbs', line 699 def effective_mode @effective_mode end |
#inherited_from ⇒ Types::PackageGroupReference
Returns the value of attribute inherited_from.
700 701 702 |
# File 'sig/types.rbs', line 700 def inherited_from @inherited_from end |
#mode ⇒ "ALLOW", ...
Returns the value of attribute mode.
698 699 700 |
# File 'sig/types.rbs', line 698 def mode @mode end |
#repositories_count ⇒ ::Integer
Returns the value of attribute repositories_count.
701 702 703 |
# File 'sig/types.rbs', line 701 def repositories_count @repositories_count end |