Class: Aws::Types::PackageOriginRestrictions
- Inherits:
-
Object
- Object
- Aws::Types::PackageOriginRestrictions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#publish ⇒ "ALLOW", "BLOCK"
Returns the value of attribute publish.
-
#upstream ⇒ "ALLOW", "BLOCK"
Returns the value of attribute upstream.
Instance Attribute Details
#publish ⇒ "ALLOW", "BLOCK"
Returns the value of attribute publish.
730 731 732 |
# File 'sig/types.rbs', line 730 def publish @publish end |
#upstream ⇒ "ALLOW", "BLOCK"
Returns the value of attribute upstream.
731 732 733 |
# File 'sig/types.rbs', line 731 def upstream @upstream end |