Class: Aws::Types::PackageOriginRestrictions

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#publish"ALLOW", "BLOCK"

Returns the value of attribute publish.

Returns:

  • ("ALLOW", "BLOCK")


730
731
732
# File 'sig/types.rbs', line 730

def publish
  @publish
end

#upstream"ALLOW", "BLOCK"

Returns the value of attribute upstream.

Returns:

  • ("ALLOW", "BLOCK")


731
732
733
# File 'sig/types.rbs', line 731

def upstream
  @upstream
end