class AWS::EC2::PermissionCollection

def private?

Returns:
  • (Boolean) - True if the resource is private (i.e. not
def private?
  !public?
end